|
[ FAILED ] 1 test, listed below: |
When the commented tests in the referenced file are included in testing, the error is produced. It appears that the arguments are not passed properly from the INSTANTIATE_TEST_CASE_P to the GetParam(). (Note that the last element of the clock array is not what is expected.)
This same error does not happen in the GMATCustomSensor GTest (TestGMATCustomSensor.cpp).
orbitpy/propcov/tests/tests-cpp/TestDSPIPCustomSensor.cpp
Line 49 in fc16bcd
When the commented tests in the referenced file are included in testing, the error is produced. It appears that the arguments are not passed properly from the
INSTANTIATE_TEST_CASE_Pto theGetParam(). (Note that the last element of the clock array is not what is expected.)This same error does not happen in the
GMATCustomSensorGTest (TestGMATCustomSensor.cpp).