Skip to content

Commit

Permalink
Merge pull request #1894 from skliper/fix1893-sbr_coverage
Browse files Browse the repository at this point in the history
Fix #1893, Improve SBR branch coverage
  • Loading branch information
astrogeco authored Aug 31, 2021
2 parents d145434 + 4c93929 commit 6fb3b3c
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 6fb3b3c

Please sign in to comment.