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

Fix #97, check only format string in UT event test #99

Merged
merged 1 commit into from
Sep 21, 2020

Commits on Sep 17, 2020

  1. Fix #97, check event spec string

    The fully-rendered strings are not entirely consistent, affected
    by many external factors outside the control of the test cases.
    
    There was even a warning in the comment against doing this, but
    it was included nonetheless as an example of how it can be done.
    This now keeps the original example but keeps it in the comment only,
    and converts the actual test to follow the recommended practice of
    only testing the spec/format string, not the fully-rendered string.
    
    This should be much more stable going forward, and should work with
    both CCSDS v1 and v2 configs.
    jphickey committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    1129458 View commit details
    Browse the repository at this point in the history