Skip to content

Commit

Permalink
Fix nasa#1893, Improve SBR branch coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Aug 26, 2021
1 parent 5e41330 commit 4c93929
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/sbr/ut-coverage/test_cfe_sbr_route_unsorted.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ void Test_SBR_Route_Unsort_GetSet(void)
UtAssert_BOOL_TRUE(CFE_SB_MsgId_Equal(CFE_SBR_GetMsgId(routeid[i]), CFE_SB_INVALID_MSG_ID));
UtAssert_ADDRESS_EQ(CFE_SBR_GetDestListHeadPtr(routeid[i]), NULL);
UtAssert_INT32_EQ(CFE_SBR_GetSequenceCounter(routeid[i]), 0);
UtAssert_VOIDCALL(CFE_SBR_SetDestListHeadPtr(routeid[i], NULL));
UtAssert_VOIDCALL(CFE_SBR_IncrementSequenceCounter(routeid[i]));
}

/*
Expand Down

0 comments on commit 4c93929

Please sign in to comment.