Compare commits

...

2 Commits

Author SHA1 Message Date
44d96647bb testing 2025-12-15 20:55:55 +01:00
8605da95b6 adapted bintreeTest to nex nextTreeData Function 2025-12-15 20:51:07 +01:00
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 *)nextTreeData(NULL));
TEST_ASSERT_EQUAL(score7, *(int *)entry);
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.