Skip to content

v0.2.54..v0.2.55 changeset BuildingPartMergeOpTest.cpp

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core-test/src/test/cpp/hoot/core/ops/BuildingPartMergeOpTest.cpp b/hoot-core-test/src/test/cpp/hoot/core/ops/BuildingPartMergeOpTest.cpp
index fb8e905..2b61c96 100644
--- a/hoot-core-test/src/test/cpp/hoot/core/ops/BuildingPartMergeOpTest.cpp
+++ b/hoot-core-test/src/test/cpp/hoot/core/ops/BuildingPartMergeOpTest.cpp
@@ -45,8 +45,6 @@
 #include <geos/io/WKTReader.h>
 #include <geos/geom/Point.h>
 
-// hoot
-
 // TGS
 #include <tgs/Statistics/Random.h>
 using namespace Tgs;
@@ -119,7 +117,7 @@ public:
     OsmMapPtr map(new OsmMap());
     reader.setDefaultStatus(Status::Unknown1);
     const QString inputPath =
-      "test-files/cases/attribute/unifying/building-3136-many-to-many-auto-merge-1";
+      "test-files/cases/attribute/unifying/building/building-3136-many-to-many-auto-merge-1";
     reader.read(inputPath + "/Input1.osm", map);
     reader.setDefaultStatus(Status::Unknown2);
     reader.read(inputPath + "/Input2.osm", map);
Clone this wiki locally