Skip to content

Commit

Permalink
Merge pull request nasa#1053 from zanzaben/fix1052_Rename_UT_ClearFor…
Browse files Browse the repository at this point in the history
…ceFail

Fix nasa#1052, Refactor UT_ClearForceFail to UT_ClearDefaultReturnValue
  • Loading branch information
astrogeco authored Jan 22, 2021
2 parents c403d0e + 266ed95 commit 6618ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsw/cfe-core/unit-test/ut_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ void UT_SetStatusBSPResetArea(int32 status, uint32 Signature, uint32 ClockSignal
}
else
{
UT_ClearForceFail(UT_KEY(CFE_PSP_GetResetArea));
UT_ClearDefaultReturnValue(UT_KEY(CFE_PSP_GetResetArea));
}
}

Expand Down

0 comments on commit 6618ce1

Please sign in to comment.