Skip to content

Commit

Permalink
Fix #1789, Add success test for TBL GetStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
nmullane committed Aug 18, 2021
1 parent 352a9e5 commit 1715a32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/tbl/ut-coverage/tbl_UT.c
Original file line number Diff line number Diff line change
Expand Up @@ -2900,6 +2900,11 @@ void Test_CFE_TBL_GetStatus(void)
{
UtPrintf("Begin Test Get Status");

/* Test response to successfully getting status of a table */
UT_InitData();
CFE_UtAssert_SUCCESS(CFE_TBL_GetStatus(App1TblHandle1));
CFE_UtAssert_EVENTCOUNT(0);

/* Test response to an attempt to get the status on a table that the
* application is not allowed to see
*/
Expand Down

0 comments on commit 1715a32

Please sign in to comment.