Compare commits
No commits in common. "44d96647bb367474f0e46612a6cf82df74cf01dc" and "a3e12875aa7a9b81af6930f2ca14bb240242291a" have entirely different histories.
44d96647bb
...
a3e12875aa
@ -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));
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user