Skip to content

Commit

Permalink
[nasa/nos3#176] Resolved issue with Test_SAMPLE_ProcessCommandPacket;
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucas9 committed Aug 2, 2024
1 parent 75e69a9 commit 51c88a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fsw/unit-test/coveragetest/coveragetest_sample_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ void Test_SAMPLE_ProcessCommandPacket(void)
FcnCode = SAMPLE_NOOP_CC;
MsgSize = sizeof(TestMsg.Noop);
UT_SetDataBuffer(UT_KEY(CFE_MSG_GetMsgId), &TestMsgId, sizeof(TestMsgId), false);
UT_SetDataBuffer(UT_KEY(CFE_MSG_GetMsgId), &TestMsgId, sizeof(TestMsgId), false);
UT_SetDataBuffer(UT_KEY(CFE_MSG_GetFcnCode), &FcnCode, sizeof(FcnCode), false);
UT_SetDataBuffer(UT_KEY(CFE_MSG_GetSize), &MsgSize, sizeof(MsgSize), false);
SAMPLE_ProcessCommandPacket();
Expand Down

0 comments on commit 51c88a3

Please sign in to comment.