Skip to content

psp Integration Candidate: 2020-11-24#221

Merged
astrogeco merged 5 commits intomainfrom
integration-candidate
Dec 2, 2020
Merged

psp Integration Candidate: 2020-11-24#221
astrogeco merged 5 commits intomainfrom
integration-candidate

Conversation

@astrogeco
Copy link
Contributor

@astrogeco astrogeco commented Dec 1, 2020

Describe the contribution
Fix #214, Refactoring UT_SetForceFail to UT_SetDefaultReturnValue
Fix #217, use size_t in PSP stubs

Testing performed
See events for "github actions test" at https://github.com/astrogeco/cFS/actions

Expected behavior changes
PR #215 - Rename UT_SetForceFail to UT_SetDefaultReturnValue since some functions that retain more than 1 value are not necessarily failing.

PR #219 - Use of the size_t type instead of uint32 in unit-tests to avoid a compiler type mismatch error on some platforms.

System(s) tested on
Ubuntu 18.04

Additional context
Part of nasa/cFS#158

Third party code
None

Contributor Info - All information REQUIRED for consideration of pull request
@zanzaben
@jphickey

zanzaben and others added 4 commits November 5, 2020 09:50
Recent API updates require use of the size_t type
instead of uint32.
Fix #214, Refactor UT_SetForceFail to UT_SetDefaultReturnValue
Integration Candidate 2020-11-24
@astrogeco astrogeco marked this pull request as ready for review December 2, 2020 15:11
@astrogeco astrogeco merged commit 8591014 into main Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update unit test stubs to use size_t Refactor UT_SetForceFail

3 participants