Skip to content

v0.2.49..v0.2.50 changeset RubberSheetConflateTest.sh

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/test-files/cmd/glacial/RubberSheetConflateTest.sh b/test-files/cmd/glacial/RubberSheetConflateTest.sh
index e9d0c4f..2e246f5 100755
--- a/test-files/cmd/glacial/RubberSheetConflateTest.sh
+++ b/test-files/cmd/glacial/RubberSheetConflateTest.sh
@@ -6,7 +6,7 @@ set -e
 mkdir -p test-output/cmd/glacial/RubberSheetConflateTest
 
 # Broke this into seperate lines to make reading easier.
-hoot conflate -C Testing.conf -D uuid.helper.repeatable=true -D conflate.pre.ops=hoot::RubberSheet -D "rubber.sheet.ref=true" -D "rubber.sheet.minimum.ties=10" -D "unify.optimizer.time.limit=30" test-files/DcGisRoads.osm test-files/DcTigerRoads.osm test-output/cmd/glacial/RubberSheetConflateTest/output.osm
+hoot conflate -C Testing.conf -C UnifyingAlgorithm.conf -C ReferenceConflation.conf -D uuid.helper.repeatable=true -D conflate.pre.ops=hoot::RubberSheet -D "rubber.sheet.ref=true" -D "rubber.sheet.minimum.ties=10" -D "unify.optimizer.time.limit=30" test-files/DcGisRoads.osm test-files/DcTigerRoads.osm test-output/cmd/glacial/RubberSheetConflateTest/output.osm
 
 hoot diff test-output/cmd/glacial/RubberSheetConflateTest/output.osm test-files/cmd/glacial/RubberSheetConflateTest/output.osm ||
 (echo "You should run: diff test-output/cmd/glacial/RubberSheetConflateTest/output.osm test-files/cmd/glacial/RubberSheetConflateTest/output.osm" ;\
Clone this wiki locally