You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Test command pipe messages handler response to an invalid
Expected behavior
Can simplify the unit tests for TIME by removing these extra asserts - checking for CFE_TIME_LEN_ERR_EID being sent seems sufficient.
Checklist
Describe the bug
TIME is the only module that also checks the command counters in the coverage tests for commands issued with an invalid length.
cFE/modules/time/ut-coverage/time_UT.c
Lines 1400 to 1408 in 7479d22
The others:
cFE/modules/es/ut-coverage/es_UT.c
Lines 3337 to 3342 in 7479d22
cFE/modules/evs/ut-coverage/evs_UT.c
Lines 1775 to 1780 in 7479d22
cFE/modules/sb/ut-coverage/sb_UT.c
Lines 523 to 525 in 7479d22
cFE/modules/tbl/ut-coverage/tbl_UT.c
Lines 306 to 313 in 7479d22
Expected behavior
Can simplify the unit tests for TIME by removing these extra asserts - checking for
CFE_TIME_LEN_ERR_EID
being sent seems sufficient.Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: