Skip to content

v0.2.47..v0.2.48 changeset InfoCmdTest.sh

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/test-files/cmd/slow/InfoCmdTest.sh b/test-files/cmd/slow/InfoCmdTest.sh
index d513a99..3d38a9a 100755
--- a/test-files/cmd/slow/InfoCmdTest.sh
+++ b/test-files/cmd/slow/InfoCmdTest.sh
@@ -41,6 +41,10 @@ echo "Listing an input format..."
 echo ""
 hoot info --formats --input | grep ".osm.bz2"
 echo ""
+echo "Listing an input format supporting bounded reads..."
+echo ""
+hoot info --formats --input-bounded | grep "hootapidb://"
+echo ""
 echo "Listing an output format..."
 echo ""
 hoot info --formats --output | grep ".shp"
@@ -153,3 +157,15 @@ echo "Listing post-conflation operations..."
 echo ""
 hoot info --conflate-post-operations | grep "SuperfluousNodeRemover"
 echo ""
+
+# WAY JOINERS
+echo "Listing way joiners..."
+echo ""
+hoot info --way-joiners | grep "WayJoinerAdvanced"
+echo ""
+
+# CONFLATABLE CRITERIA
+echo "Listing conflatable criteria..."
+echo ""
+hoot info --conflatable-criteria | grep "BuildingCriterion"
+echo ""
Clone this wiki locally