Loading tests/FrameCameraTests.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ using json = nlohmann::json; class FrameIsdTest : public ::testing::Test { protected: csm::Isd isd; virtual void SetUp() { std::ifstream isdFile("data/simpleFramerISD.json"); Loading @@ -36,7 +37,7 @@ class FrameSensorModel : public ::testing::Test { protected: UsgsAstroFrameSensorModel *sensorModel; csm::Isd isd; void SetUp() override { sensorModel = NULL; std::ifstream isdFile("data/simpleFramerISD.json"); Loading Loading
tests/FrameCameraTests.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ using json = nlohmann::json; class FrameIsdTest : public ::testing::Test { protected: csm::Isd isd; virtual void SetUp() { std::ifstream isdFile("data/simpleFramerISD.json"); Loading @@ -36,7 +37,7 @@ class FrameSensorModel : public ::testing::Test { protected: UsgsAstroFrameSensorModel *sensorModel; csm::Isd isd; void SetUp() override { sensorModel = NULL; std::ifstream isdFile("data/simpleFramerISD.json"); Loading