Skip to content

v0.2.53..v0.2.54 changeset ExternalCommandRunnerImplTest.java

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/hoot-services/src/test/java/hoot/services/command/ExternalCommandRunnerImplTest.java b/hoot-services/src/test/java/hoot/services/command/ExternalCommandRunnerImplTest.java
index 16ef309..550604b 100644
--- a/hoot-services/src/test/java/hoot/services/command/ExternalCommandRunnerImplTest.java
+++ b/hoot-services/src/test/java/hoot/services/command/ExternalCommandRunnerImplTest.java
@@ -78,9 +78,9 @@ public class ExternalCommandRunnerImplTest {
         hootOptions.add("\"map.cleaner.transforms=hoot::ReprojectToPlanarOp;" +
                           "hoot::DuplicateWayRemover;hoot::SuperfluousWayRemover;" +
                           "hoot::IntersectionSplitter;hoot::UnlikelyIntersectionRemover;" +
-                          "hoot::DualWaySplitter;hoot::ImpliedDividedMarker;" +
-                          "hoot::DuplicateNameRemover;hoot::SmallWayMerger;" +
-                          "hoot::RemoveEmptyAreasVisitor;hoot::RemoveDuplicateAreaVisitor;" +
+                          "hoot::DualHighwaySplitter;hoot::HighwayImpliedDividedMarker;" +
+                          "hoot::DuplicateNameRemover;hoot::SmallHighwayMerger;" +
+                          "hoot::RemoveEmptyAreasVisitor;hoot::RemoveDuplicateAreasVisitor;" +
                           "hoot::NoInformationElementRemover\"");
 
         // String input1 = "osmapidb://hoot:hoottest@localhost:5432/osmapi test";
Clone this wiki locally