Skip to content

v0.2.53..v0.2.54 changeset PoiPolygonMatchTest.cpp

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/hoot-core-test/src/test/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMatchTest.cpp b/hoot-core-test/src/test/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMatchTest.cpp
index c6e831d..86301f5 100644
--- a/hoot-core-test/src/test/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMatchTest.cpp
+++ b/hoot-core-test/src/test/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMatchTest.cpp
@@ -772,6 +772,7 @@ public:
     PoiPolygonMatch uut(
       map, std::shared_ptr<MatchThreshold>(), std::shared_ptr<PoiPolygonRfClassifier>(),
       PoiPolygonInfoCachePtr(new PoiPolygonInfoCache(map)));
+    uut.setConfiguration(conf());
     uut.setEnableReviewReduction(true);
     uut.setMatchDistanceThreshold(0.0);
     uut.setReviewDistanceThreshold(0.0);
@@ -783,6 +784,8 @@ public:
     uut.setReviewMultiUseBuildings(true);
 
     {
+      LOG_DEBUG("test1");
+
       n1->getTags()["name"] = "Staunton Elementary";
 
       WayPtr w1 = TestUtils::createWay(map, Status::Unknown1, c1, 5, "w1");
@@ -799,6 +802,8 @@ public:
     }
 
     {
+      LOG_DEBUG("test2");
+
       n1->getTags()["name"] = "Staunton Elementary";
 
       WayPtr w1 = TestUtils::createWay(map, Status::Unknown1, c1, 5, "w1");
@@ -815,6 +820,8 @@ public:
     }
 
     {
+      LOG_DEBUG("test3");
+
       n1->getTags()["name"] = "Honey Creek Mall";
       n1->getTags()["shop"] = "mall";
 
@@ -836,6 +843,8 @@ public:
     // be considered a building without also having building=yes, now it can be considered a
     // building with the tag alone.
     {
+      LOG_DEBUG("test4");
+
       n1->getTags()["name"] = "Honey Creek Mall";
       n1->getTags()["shop"] = "mall";
 
@@ -852,6 +861,8 @@ public:
     }
 
     {
+      LOG_DEBUG("test5");
+
       n1->getTags()["name"] = "Staunton Elementary";
 
       WayPtr w1 = TestUtils::createWay(map, Status::Unknown1, c1, 5, "w1");
@@ -868,6 +879,8 @@ public:
     }
 
     {
+      LOG_DEBUG("test6");
+
       n1->getTags()["name"] = "Staunton Elementary";
 
       WayPtr w1 = TestUtils::createWay(map, Status::Unknown1, c1, 5, "w1");
@@ -883,6 +896,8 @@ public:
     }
 
     {
+      LOG_DEBUG("test7");
+
       n1->getTags()["name"] = "Staunton Elementary";
 
       WayPtr w1 = TestUtils::createWay(map, Status::Unknown1, c1, 5, "w1");
@@ -898,6 +913,8 @@ public:
     }
 
     {
+      LOG_DEBUG("test8");
+
       n1->getTags()["name"] = "Staunton Elementary";
 
       WayPtr w1 = TestUtils::createWay(map, Status::Unknown1, c1, 5, "w1");
Clone this wiki locally