Skip to content

v0.2.52..v0.2.53 changeset InfoCmdTest.sh

Garret Voltz edited this page Feb 12, 2020 · 1 revision
diff --git a/test-files/cmd/slow/InfoCmdTest.sh b/test-files/cmd/slow/InfoCmdTest.sh
index e46321a..8d40cca 100755
--- a/test-files/cmd/slow/InfoCmdTest.sh
+++ b/test-files/cmd/slow/InfoCmdTest.sh
@@ -106,7 +106,7 @@ hoot info --match-creators | grep "HighwayMatchCreator"
 echo ""
 echo "Listing a script match creator..."
 echo ""
-hoot info --match-creators | grep "ScriptMatchCreator,PoiGeneric.js"
+hoot info --match-creators | grep "ScriptMatchCreator,Poi.js"
 echo ""
 
 # MERGER CREATORS
@@ -142,7 +142,7 @@ echo ""
 # OPERATORS
 echo "Listing an op..."
 echo ""
-hoot info --operators | grep "MapCleaner"
+hoot info --operators | grep "DuplicateNameRemover"
 echo ""
 echo "Listing a visitor..."
 echo ""
Clone this wiki locally