Checklist
Describe the bug
A single stray reference to the old event type constants remains here in a commented-out test case (CFE_EVS_ERROR).
Will cause a build failure if un-commented-out.
Expected behavior
- Update to
CFE_EVS_EventType_ERROR, or
- Delete this commented-out code
Code snips
|
(Ut_CFE_EVS_EventSent(DS_ADD_MID_CMD_ERR_EID, CFE_EVS_ERROR, "Invalid ADD MID command arg: invalid MID = 0x |
Reporter Info
Avi Weiss @thnkslprpt
Checklist
Describe the bug
A single stray reference to the old event type constants remains here in a commented-out test case (
CFE_EVS_ERROR).Will cause a build failure if un-commented-out.
Expected behavior
CFE_EVS_EventType_ERROR, orCode snips
DS/unit-test/ds_cmds_tests.c
Line 3213 in 7c50a87
Reporter Info
Avi Weiss @thnkslprpt