Skip to content
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

UtAssert_STUB_COUNT missing a space in string output #1200

Closed
skliper opened this issue Jan 6, 2022 · 0 comments · Fixed by #1201
Closed

UtAssert_STUB_COUNT missing a space in string output #1200

skliper opened this issue Jan 6, 2022 · 0 comments · Fixed by #1201
Milestone

Comments

@skliper
Copy link
Contributor

skliper commented Jan 6, 2022

Is your feature request related to a problem? Please describe.
example output: "CallCountCFE_EVS_SendEvent() (0) == 0 (0)"

Describe the solution you'd like
CallCount CFE_EVS_SendEvent() (0) == 0 (0)

Describe alternatives you've considered
None

Additional context
(

#define UtAssert_STUB_COUNT(stub, expected) \
UtAssert_GenericSignedCompare(UT_GetStubCount(UT_KEY(stub)), UtAssert_Compare_EQ, expected, \
UtAssert_Radix_DECIMAL, __FILE__, __LINE__, "CallCount", #stub "()", #expected)
)

Requester Info
Jacob Hageman - NASA/GSFC

@skliper skliper added enhancement good first issue Good for newcomers labels Jan 6, 2022
astrogeco added a commit that referenced this issue Jan 19, 2022
…ert_STUB_COUNT

Fix #1200, Add missing space to UtAssert_STUB_COUNT
@skliper skliper added this to the Draco milestone Mar 25, 2022
jphickey pushed a commit to jphickey/osal that referenced this issue Aug 10, 2022
jphickey pushed a commit to jphickey/osal that referenced this issue Aug 10, 2022
jphickey pushed a commit to jphickey/osal that referenced this issue Aug 10, 2022
Fix nasa#1200, Resolve type issues with CFE_ES_FileWriteByteCntErr and CFE_TBL_FindTableInRegistry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant