Skip to content

v0.2.55..v0.2.56 changeset ConflatableElementCriterionTest.cpp

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core-test/src/test/cpp/hoot/core/criterion/ConflatableElementCriterionTest.cpp b/hoot-core-test/src/test/cpp/hoot/core/criterion/ConflatableElementCriterionTest.cpp
index 06cf92b..7b3d990 100644
--- a/hoot-core-test/src/test/cpp/hoot/core/criterion/ConflatableElementCriterionTest.cpp
+++ b/hoot-core-test/src/test/cpp/hoot/core/criterion/ConflatableElementCriterionTest.cpp
@@ -71,8 +71,9 @@ public:
     CPPUNIT_ASSERT(buildingConflatableCriteria.contains("hoot::BuildingCriterion"));
     CPPUNIT_ASSERT(buildingConflatableCriteria.contains("hoot::PoiPolygonPolyCriterion"));
 
+    // Untyped features are now conflatable by default.
     CPPUNIT_ASSERT_EQUAL(
-      0,
+      1,
       ConflatableElementCriterion::getConflatableCriteriaForElement(
         TestUtils::createWay(map, wayCoords, Status::Unknown1, 15.0, Tags("blah", "blah")), map)
       .size());
Clone this wiki locally