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

Update time_UT.c:Test_Print to use the UtAssert_MIR macro #1725

Closed
skliper opened this issue Jul 28, 2021 · 0 comments · Fixed by #1732 or #1759
Closed

Update time_UT.c:Test_Print to use the UtAssert_MIR macro #1725

skliper opened this issue Jul 28, 2021 · 0 comments · Fixed by #1732 or #1759
Assignees
Milestone

Comments

@skliper
Copy link
Contributor

skliper commented Jul 28, 2021

Is your feature request related to a problem? Please describe.
UtAssertEx use isn't great (leads to nonstandard output):

UtAssertEx(false, UTASSERT_CASETYPE_MIR, __FILE__, __LINE__,
"Confirm adding seconds = %u, subseconds = %u to configured EPOCH results in time %s", time.Seconds,
time.Subseconds, timeBuf);

Describe the solution you'd like
Once nasa/osal#1118 is implemented, update the MIR tests in Test_Print.

Describe alternatives you've considered
None

Additional context
None

Requester Info
Jacob Hageman - NASA/GSFC

@skliper skliper added this to the 7.0.0 milestone Jul 28, 2021
pepepr08 added a commit to pepepr08/cFE that referenced this issue Jul 29, 2021
pepepr08 added a commit to pepepr08/cFE that referenced this issue Jul 29, 2021
pepepr08 added a commit to pepepr08/cFE that referenced this issue Jul 29, 2021
pepepr08 added a commit to pepepr08/cFE that referenced this issue Jul 30, 2021
pepepr08 added a commit to pepepr08/cFE that referenced this issue Jul 30, 2021
pepepr08 added a commit to pepepr08/cFE that referenced this issue Jul 30, 2021
astrogeco added a commit that referenced this issue Aug 4, 2021
Fix #1725, Update time_UT.c to use UtAssert_MIR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants