Compare commits

..

No commits in common. "44d96647bb367474f0e46612a6cf82df74cf01dc" and "a3e12875aa7a9b81af6930f2ca14bb240242291a" have entirely different histories.

5 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ void test_nextTreeDataReturnsNextDataCorrectly(void)
// check if nextTreeData returns Data correctly
TEST_ASSERT_NOT_NULL(entry);
TEST_ASSERT_EQUAL(score7, *(int *)entry);
TEST_ASSERT_EQUAL(score7, *(int *)nextTreeData(NULL));
TEST_ASSERT_EQUAL(score3, *(int *)nextTreeData(NULL));
TEST_ASSERT_EQUAL(score6, *(int *)nextTreeData(NULL));
TEST_ASSERT_EQUAL(score1, *(int *)nextTreeData(NULL));

BIN
doble.exe

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.