Skip to content

Commit

Permalink
Merge pull request #1845 from jphickey/hotfix-ic-20210818
Browse files Browse the repository at this point in the history
HOTFIX IC-20210819, type correction TBL coverage test
  • Loading branch information
astrogeco authored Aug 20, 2021
2 parents 82deffb + 1aef656 commit 4cc132c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tbl/ut-coverage/tbl_UT.c
Original file line number Diff line number Diff line change
Expand Up @@ -1745,7 +1745,7 @@ void Test_CFE_TBL_Register(void)
UT_InitData();
for (i = 0; i < CFE_PLATFORM_TBL_MAX_CRITICAL_TABLES; i++)
{
CFE_TBL_Global.CritReg[i].CDSHandle = CFE_TBL_BAD_TABLE_HANDLE - 1;
CFE_TBL_Global.CritReg[i].CDSHandle = CFE_ES_CDSHANDLE_C(CFE_ResourceId_FromInteger(i + 1));
}
/* b. Perform test */
CFE_UtAssert_SUCCESS(CFE_TBL_Register(&TblHandle1, "NOTABLE", sizeof(UT_Table1_t), CFE_TBL_OPT_CRITICAL, NULL));
Expand Down

0 comments on commit 4cc132c

Please sign in to comment.