Skip to content
Snippets Groups Projects
Commit 08c48f8a authored by Kaj Williams's avatar Kaj Williams
Browse files

cleaned up isd variable.

parent f8238d0f
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,6 @@ using json = nlohmann::json;
class FrameIsdTest : public ::testing::Test {
protected:
csm::Isd isd;
virtual void SetUp() {
std::ifstream isdFile("data/simpleFramerISD.json");
......@@ -42,7 +41,7 @@ class FrameSensorModel : public ::testing::Test {
sensorModel = NULL;
std::ifstream isdFile("data/simpleFramerISD.json");
json jsonIsd = json::parse(isdFile);
//csm::Isd isd;
csm::Isd isd;
for (json::iterator it = jsonIsd.begin(); it != jsonIsd.end(); ++it) {
json jsonValue = it.value();
if (jsonValue.size() > 1) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment