Loading tests/FrameCameraTests.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -240,6 +240,7 @@ TEST_F(FrameIsdTest, FL500_OffBody4) { UsgsAstroFrameSensorModel* sensorModel = createModel(isd); std::string modelState = sensorModel->getModelState(); auto state = json::parse(modelState); EXPECT_NEAR(state[key], 50.0); state[key] = newValue; sensorModel->replaceModelState(state.dump()); Loading Loading
tests/FrameCameraTests.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -240,6 +240,7 @@ TEST_F(FrameIsdTest, FL500_OffBody4) { UsgsAstroFrameSensorModel* sensorModel = createModel(isd); std::string modelState = sensorModel->getModelState(); auto state = json::parse(modelState); EXPECT_NEAR(state[key], 50.0); state[key] = newValue; sensorModel->replaceModelState(state.dump()); Loading