Skip to content

v0.2.49..v0.2.50 changeset AreaConflateStandaloneTest.sh

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/test-files/cmd/slow/AreaConflateStandaloneTest.sh b/test-files/cmd/slow/AreaConflateStandaloneTest.sh
index a134ad4..3dbc198 100755
--- a/test-files/cmd/slow/AreaConflateStandaloneTest.sh
+++ b/test-files/cmd/slow/AreaConflateStandaloneTest.sh
@@ -4,5 +4,5 @@ set -e
 mkdir -p $HOOT_HOME/tmp/
 mkdir -p test-output/cmd/slow/AreaConflateStandaloneTest
 
-hoot conflate --warn -D uuid.helper.repeatable=true -D match.creators="hoot::ScriptMatchCreator,Area.js" -D merger.creators="hoot::ScriptMergerCreator" test-files/cmd/glacial/PoiPolygonConflateStandaloneTest/PoiPolygon1.osm test-files/cmd/glacial/PoiPolygonConflateStandaloneTest/PoiPolygon2.osm test-output/cmd/slow/AreaConflateStandaloneTest/output1.osm
+hoot conflate --warn -C Testing.conf -C UnifyingAlgorithm.conf -C ReferenceConflation.conf -D uuid.helper.repeatable=true -D match.creators="hoot::ScriptMatchCreator,Area.js" -D merger.creators="hoot::ScriptMergerCreator" test-files/cmd/glacial/PoiPolygonConflateStandaloneTest/PoiPolygon1.osm test-files/cmd/glacial/PoiPolygonConflateStandaloneTest/PoiPolygon2.osm test-output/cmd/slow/AreaConflateStandaloneTest/output1.osm
 hoot diff test-output/cmd/slow/AreaConflateStandaloneTest/output1.osm test-files/cmd/slow/AreaConflateStandaloneTest/output1.osm || diff test-output/cmd/slow/AreaConflateStandaloneTest/output1.osm test-files/cmd/slow/AreaConflateStandaloneTest/output1.osm
Clone this wiki locally