Skip to content

v0.2.53..v0.2.54 changeset ConflatableCriteriaVisitorTest.cpp

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/hoot-core-test/src/test/cpp/hoot/core/visitors/ConflatableCriteriaVisitorTest.cpp b/hoot-core-test/src/test/cpp/hoot/core/visitors/ConflatableCriteriaVisitorTest.cpp
index 90f62bb..0f23aa2 100644
--- a/hoot-core-test/src/test/cpp/hoot/core/visitors/ConflatableCriteriaVisitorTest.cpp
+++ b/hoot-core-test/src/test/cpp/hoot/core/visitors/ConflatableCriteriaVisitorTest.cpp
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 
 // CPP Unit
@@ -64,6 +64,7 @@ public:
       map, "test-files/conflate/unified/AllDataTypesA.osm", false, Status::Unknown1);
 
     ConflatableCriteriaVisitor uut;
+    uut.setOsmMap(map.get());
     map->visitRw(uut);
 
     const QString outFileName = "ConflatableCriteriaVisitorTest-runBasicTest.osm";
Clone this wiki locally