Skip to content

v0.2.47..v0.2.48 changeset RndMultiaryPoiConflateCmdTest.sh

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/test-files/cmd/glacial/RndMultiaryPoiConflateCmdTest.sh b/test-files/cmd/glacial/RndMultiaryPoiConflateCmdTest.sh
index 2bbdb6e..d8da9ef 100755
--- a/test-files/cmd/glacial/RndMultiaryPoiConflateCmdTest.sh
+++ b/test-files/cmd/glacial/RndMultiaryPoiConflateCmdTest.sh
@@ -6,9 +6,9 @@ mkdir -p $HOOT_HOME/test-output/cmd/glacial/RndMultiaryPoiConflateCmdTest
 export TESTDIR=$HOOT_HOME/test-files/cmd/glacial/RndMultiaryPoiConflateCmdTest
 
 # Conflate 3 independant files (no merging) and verify that the status values are correct.
-hoot multiary-poi-conflate  -D writer.include.debug.tags=true $TESTDIR/Input1.osm $TESTDIR/Input2.osm $TESTDIR/Input3.osm $HOOT_HOME/test-output/cmd/glacial/RndMultiaryPoiConflateCmdTest/Output.osm
+hoot multiary-poi-conflate -D writer.include.debug.tags=true $TESTDIR/Input1.osm $TESTDIR/Input2.osm $TESTDIR/Input3.osm $HOOT_HOME/test-output/cmd/glacial/RndMultiaryPoiConflateCmdTest/Output.osm
 
 # Verify we get one of each status type out.
 grep 'k="hoot:status" v="Input003"' $HOOT_HOME/test-output/cmd/glacial/RndMultiaryPoiConflateCmdTest/Output.osm
-grep 'k="hoot:status" v="1"' $HOOT_HOME/test-output/cmd/glacial/RndMultiaryPoiConflateCmdTest/Output.osm
-grep 'k="hoot:status" v="2"' $HOOT_HOME/test-output/cmd/glacial/RndMultiaryPoiConflateCmdTest/Output.osm
+grep 'k="hoot:status" v="Input1"' $HOOT_HOME/test-output/cmd/glacial/RndMultiaryPoiConflateCmdTest/Output.osm
+grep 'k="hoot:status" v="Input2"' $HOOT_HOME/test-output/cmd/glacial/RndMultiaryPoiConflateCmdTest/Output.osm
Clone this wiki locally