Skip to content

v0.2.48..v0.2.49 changeset InfoCmdTest.sh

Garret Voltz edited this page Oct 2, 2019 · 1 revision
diff --git a/test-files/cmd/slow/InfoCmdTest.sh b/test-files/cmd/slow/InfoCmdTest.sh
index 3d38a9a..1bfe0de 100755
--- a/test-files/cmd/slow/InfoCmdTest.sh
+++ b/test-files/cmd/slow/InfoCmdTest.sh
@@ -169,3 +169,9 @@ echo "Listing conflatable criteria..."
 echo ""
 hoot info --conflatable-criteria | grep "BuildingCriterion"
 echo ""
+
+# FILTERS (aka ElementCriterion)
+echo "Listing filters..."
+echo ""
+hoot info --filters | grep "NonBuildingAreaCriterion"
+echo ""
Clone this wiki locally