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

FS functional test - add calls to get default mount point and extension for each file type #1823

Closed
skliper opened this issue Aug 16, 2021 · 0 comments · Fixed by #2015 or #2019
Closed

Comments

@skliper
Copy link
Contributor

skliper commented Aug 16, 2021

Is your feature request related to a problem? Please describe.
Functional test just calls with UNKNOWN, should exercise each type (although response verification isn't necessary since it's implementation defined and "helper" functions are really best effort).

void TestFileCategory(void)
{
UtPrintf("Testing: CFE_FS_GetDefaultMountPoint, CFE_FS_GetDefaultExtension");
UtAssert_NULL(CFE_FS_GetDefaultMountPoint(CFE_FS_FileCategory_UNKNOWN));
UtAssert_NULL(CFE_FS_GetDefaultExtension(CFE_FS_FileCategory_UNKNOWN));
}

Describe the solution you'd like
Exercise each defined file type

Describe alternatives you've considered
None

Additional context
None

Requester Info
Jacob Hageman - NASA/GSFC

paulober pushed a commit to paulober/cFE that referenced this issue Nov 9, 2021
astrogeco added a commit that referenced this issue Dec 8, 2021
astrogeco added a commit that referenced this issue Dec 8, 2021
@skliper skliper added this to the Draco milestone Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant