-
Notifications
You must be signed in to change notification settings - Fork 222
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
Fix #374, Add Object Utility API functional tests #439
Fix #374, Add Object Utility API functional tests #439
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we default all text files to be .md instead of .txt?
I'd recommend deleting the .txt file, doesn't add anything. |
8fbea56
to
1822026
Compare
1822026
to
7d8d892
Compare
Rebased for bundle CI testing with (mostly) IC branches (broken sample_app commit excluded, ut macro commit included). Bundle CI passes: https://travis-ci.com/github/skliper/cFS/builds/165460267 |
Integration Candidate COMBINED 2020-04-29 and 2020-05-06
CCB 20200513 - Discussed, will rebase and review offline (concept good) |
7d8d892
to
8352d2f
Compare
Rebased and ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add copyright header:
/*
*
* Copyright (c) 2020, United States government as represented by the
* administrator of the National Aeronautics Space Administration.
* All rights reserved. This software was created at NASA Goddard
* Space Flight Center pursuant to government contracts.
*
* This is governed by the NASA Open Source Agreement and may be used,
* distributed and modified only according to the terms of that agreement.
*
*/
@jphickey can you take a look at this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only concern is the checking for specific values output from the ConvertToArrayIndex -- no assumption should be made about specific values in this context.
…ange between 0 and <MAX and output array indices vary
Fix nasa#438: Set OSAL_SYSTEM_BSPTYPE for native builds
Fix #374, Object Utility API's missing functional test
Describe the contribution
Created missing functional tests for the OS_IdentifyObject, OS_ConvertToArrayIndex and OS_ForEachObject functions.
Testing performed
Steps taken to test the contribution:
Expected behavior changes
System(s) tested on
cFS Dev Server
OS: Ubuntu 18.04
Versions: OSAL 5.0.11.0
**Contributor Info **
Yasir Khan
NASA GSFC