We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3659d21 commit 1353e93Copy full SHA for 1353e93
1 file changed
tools/unit-tests/unit-update-ram.c
@@ -341,6 +341,7 @@ START_TEST (test_forward_update_sameversion_denied) {
341
wolfBoot_start();
342
ck_assert(wolfBoot_staged_ok);
343
ck_assert(get_version_ramloaded() == 1);
344
+ ck_assert_uint_eq(*(uint32_t *)(wolfboot_ram + 4), TEST_SIZE_SMALL);
345
ck_assert(*(uint32_t *)(WOLFBOOT_PARTITION_BOOT_ADDRESS + 4) == TEST_SIZE_SMALL);
346
cleanup_flash();
347
}
0 commit comments