Skip to content

Commit

Permalink
Fix nasa#1270: Unit Test Update
Browse files Browse the repository at this point in the history
  • Loading branch information
dmknutsen committed Nov 16, 2022
1 parent 2ae7d7d commit ec4be23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unit-test-coverage/vxworks/src/coveragetest-symtab.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ void Test_OS_SymTableIterator_Impl(void)

/* Check case where entry has a name that is too long */
UT_SetDefaultReturnValue(UT_KEY(OCS_memchr), OS_ERROR);
OSAPI_TEST_FUNCTION_RC(UT_SymTabTest_CallIteratorFunc("ut", &Data, 100, 1000), false);
OSAPI_TEST_FUNCTION_RC(UT_SymTabTest_CallIteratorFunc("ut", &Data, 100, 1000), true);
OSAPI_TEST_FUNCTION_RC(UT_SymTabTest_GetIteratorStatus(), OS_ERR_NAME_TOO_LONG);
UT_ClearDefaultReturnValue(UT_KEY(OCS_memchr));

Expand Down

0 comments on commit ec4be23

Please sign in to comment.