Skip to content

Commit

Permalink
HOTFIX 20200902, Fix SB Test_CleanupApp_API AppID
Browse files Browse the repository at this point in the history
This test case relied on the default appID being 1, not 0,
and needs AppID 0 to be invalid.
  • Loading branch information
jphickey committed Sep 8, 2020
1 parent d47a869 commit 68f871a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fsw/cfe-core/unit-test/sb_UT.c
Original file line number Diff line number Diff line change
Expand Up @@ -3545,6 +3545,7 @@ void Test_CleanupApp_API(void)
uint16 PipeDepth = 50;
uint32 AppID;

UT_SetAppID(1);
CFE_ES_GetAppID(&AppID);

SETUP(CFE_SB_CreatePipe(&PipeId, PipeDepth, "TestPipe"));
Expand Down

0 comments on commit 68f871a

Please sign in to comment.