Fix #693, Utilize UT macros in sb_UT#698
Fix #693, Utilize UT macros in sb_UT#698astrogeco merged 2 commits intonasa:integration-candidatefrom
Conversation
9b779d8 to
f920fd6
Compare
fsw/cfe-core/unit-test/sb_UT.c
Outdated
| SETUP(CFE_SB_Subscribe(MsgId, PipeId)); | ||
| ASSERT(CFE_SB_RcvMsg(&PtrToMsg, PipeId, CFE_SB_PEND_FOREVER)); | ||
|
|
||
| ASSERT_TRUE(PtrToMsg == NULL); |
There was a problem hiding this comment.
So this is curious, I need to confirm that the behavior has changed...But I believe the new behavior is correct (this is probably a side-effect of one of the other merges).
|
Recommended commit - For the second one only... I'd keep the first one separate. Or to retain links: |
f920fd6 to
8999f36
Compare
|
Failure reported by bundle CI, with OMIT_DEPRECATED=true. Note - to recreate, from cFS bundle create a branch that references the cfe submodule w/ this commit and push to your fork. Results can be seen on travis-ci.com. |
8999f36 to
070af1e
Compare
fixed |
|
@CDKnightNASA could you link the passing bundle CI? |
|
|
CCB 20200513 - Approved |
Describe the contribution
cleanup of sb_UT.c
Fix #693
Fix #418
Contributor Info - All information REQUIRED for consideration of pull request
[email protected]
EDIT: Added fix #418