Skip to content

v0.2.53..v0.2.54 changeset HighwaySnapMergerTest.cpp

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/hoot-core-test/src/test/cpp/hoot/core/conflate/highway/HighwaySnapMergerTest.cpp b/hoot-core-test/src/test/cpp/hoot/core/conflate/highway/HighwaySnapMergerTest.cpp
index 5b19a93..4d708ca 100644
--- a/hoot-core-test/src/test/cpp/hoot/core/conflate/highway/HighwaySnapMergerTest.cpp
+++ b/hoot-core-test/src/test/cpp/hoot/core/conflate/highway/HighwaySnapMergerTest.cpp
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2014, 2015, 2016, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2014, 2015, 2016, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 
 // CPP Unit
@@ -197,14 +197,14 @@ public:
 
     HOOT_STR_EQUALS(0, replaced.size());
     HOOT_STR_EQUALS(1, map->getWays().size());
-    HOOT_STR_EQUALS("way(-4)\n"
+    HOOT_STR_EQUALS("way(-1)\n"
                     "nodes: [2]{-1, -2}\n"
                     "tags: cached envelope: 0.0000000000000000,-1.0000000000000000,0.0000000000000000,-1.0000000000000000\n"
                     "status: conflated\n"
                     "version: 0\n"
                     "visible: 1\n"
                     "circular error: 15\n",
-                    map->getWay(-4)->toString());
+                    map->getWay(-1)->toString());
   }
 
   /**
Clone this wiki locally