Skip to content

v0.2.52..v0.2.53 changeset MultiaryPoiGenericTest.cpp

Garret Voltz edited this page Feb 12, 2020 · 1 revision
diff --git a/hoot-rnd/src/test/cpp/hoot/rnd/conflate/multiary/MultiaryPoiGenericTest.cpp b/hoot-rnd/src/test/cpp/hoot/rnd/conflate/multiary/MultiaryPoiGenericTest.cpp
index f018b72..cb13534 100644
--- a/hoot-rnd/src/test/cpp/hoot/rnd/conflate/multiary/MultiaryPoiGenericTest.cpp
+++ b/hoot-rnd/src/test/cpp/hoot/rnd/conflate/multiary/MultiaryPoiGenericTest.cpp
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 
 // Hoot
@@ -85,7 +85,7 @@ public:
     TestUtils::createNode(map, Status::fromInput(1), 10, 0, 15, foo);
 
     MatchFactory::getInstance().reset();
-    MatchFactory::getInstance().registerCreator("hoot::ScriptMatchCreator,MultiaryPoiGeneric.js");
+    MatchFactory::getInstance().registerCreator("hoot::ScriptMatchCreator,MultiaryPoi.js");
     MergerFactory::getInstance().reset();
 
     // call new conflation routine
Clone this wiki locally