-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.47..v0.2.48 changeset BuildingOutlineUpdateOpTest.cpp
Garret Voltz edited this page Sep 27, 2019
·
1 revision
diff --git a/hoot-core-test/src/test/cpp/hoot/core/ops/BuildingOutlineUpdateOpTest.cpp b/hoot-core-test/src/test/cpp/hoot/core/ops/BuildingOutlineUpdateOpTest.cpp
index 6a36470..8b2f43f 100644
--- a/hoot-core-test/src/test/cpp/hoot/core/ops/BuildingOutlineUpdateOpTest.cpp
+++ b/hoot-core-test/src/test/cpp/hoot/core/ops/BuildingOutlineUpdateOpTest.cpp
@@ -78,7 +78,7 @@ public:
// an idea to clean this up (need to port issue to github).
OsmXmlWriter writer;
writer.write(map, _outputPath + "SelfIntersectingRelationsOut.osm");
- HOOT_FILE_EQUALS( _inputPath + "SelfIntersectingRelationsOut.osm",
+ HOOT_FILE_EQUALS(_inputPath + "SelfIntersectingRelationsOut.osm",
_outputPath + "SelfIntersectingRelationsOut.osm");
}
@@ -103,13 +103,12 @@ public:
OsmXmlWriter writer;
writer.write(map, _outputPath + "UncleanableTopologiesOut.osm");
- HOOT_FILE_EQUALS( _inputPath + "UncleanableTopologiesOut.osm",
+ HOOT_FILE_EQUALS(_inputPath + "UncleanableTopologiesOut.osm",
_outputPath + "UncleanableTopologiesOut.osm");
}
};
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(BuildingOutlineUpdateOpTest, "quick");
-//CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(BuildingOutlineUpdateOpTest, "current");
}