-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #693, Utilize UT macros in sb_UT #698
Fix #693, Utilize UT macros in sb_UT #698
Conversation
9b779d8
to
f920fd6
Compare
fsw/cfe-core/unit-test/sb_UT.c
Outdated
@@ -6016,7 +6002,7 @@ void Test_RcvMsg_UnsubResubPath(void) | |||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. https://travis-ci.com/github/skliper/cFS/builds/165453917
|
8999f36
to
070af1e
Compare
fixed |
@CDKnightNASA could you link the passing bundle CI? |
https://travis-ci.com/github/CDKnightNASA/cFS/jobs/332918553 |
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
Christopher.D.Knight@nasa.gov
EDIT: Added fix #418