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
Position 0 and 1 crossing some how. Could be a gsf C issue or C++ testing issue.
gsf_test_util.cc:259: Failure Value of: actual.attitude_time[i].tv_nsec Actual: 543450000 Expected: expected.attitude_time[i].tv_nsec Which is: 543210000 [ FAILED ] GsfWriteSimple.AttitudeLength2 (1 ms) [----------] 12 tests from GsfWriteSimple (5 ms total) [----------] Global test environment tear-down [==========] 12 tests from 1 test case ran. (5 ms total) [ PASSED ] 11 tests. [ FAILED ] 1 test, listed below: [ FAILED ] GsfWriteSimple.AttitudeLength2 1 FAILED TEST
The text was updated successfully, but these errors were encountered:
Add a 2 element GsfAttitude test.
e3de080
Seem to be getting the order of the nsec field wrong somehome. Issue: #77
No branches or pull requests
Position 0 and 1 crossing some how. Could be a gsf C issue or C++ testing issue.
The text was updated successfully, but these errors were encountered: