We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The CFE_ES_CalculateCRC stub always return the value of 332424 regardless of what deferred return code I set it to.
To Reproduce Steps to reproduce the behavior:
UT_SetDeferredRetcode(UT_KEY(CFE_ES_CalculateCRC), 1, 0);
Expected behavior I expect the return value of CFE_ES_CalculateCRC to be 0 as I set it to.
Actual behavior However, the return value of CFE_ES_CalculateCRC will be 332424 instead of 0.
Code snips N/A
System observed on:
Additional context N/A
Reporter Info N/A
The text was updated successfully, but these errors were encountered:
Fix nasa#890, CFE_ES_CalculateCRC default stub behavior
b7d0b52
Merge pull request #892 from skliper/fix890-calccrc-rtn-stub
a713784
Fix #890, CFE_ES_CalculateCRC default stub behavior
Successfully merging a pull request may close this issue.
Describe the bug
The CFE_ES_CalculateCRC stub always return the value of 332424 regardless of what deferred return code I set it to.
To Reproduce
Steps to reproduce the behavior:
UT_SetDeferredRetcode(UT_KEY(CFE_ES_CalculateCRC), 1, 0);
Expected behavior
I expect the return value of CFE_ES_CalculateCRC to be 0 as I set it to.
Actual behavior
However, the return value of CFE_ES_CalculateCRC will be 332424 instead of 0.
Code snips
N/A
System observed on:
Additional context
N/A
Reporter Info
N/A
The text was updated successfully, but these errors were encountered: