Skip to content

v0.2.47..v0.2.48 changeset PoiPolygonConflateCombinedTest.sh

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/test-files/cmd/glacial/PoiPolygonConflateCombinedTest.sh b/test-files/cmd/glacial/PoiPolygonConflateCombinedTest.sh
index 62f39c4..6f4785b 100755
--- a/test-files/cmd/glacial/PoiPolygonConflateCombinedTest.sh
+++ b/test-files/cmd/glacial/PoiPolygonConflateCombinedTest.sh
@@ -5,5 +5,5 @@ mkdir -p $HOOT_HOME/tmp/
 mkdir -p test-output/cmd/glacial/PoiPolygonConflateCombinedTest
 
 # Making this info instead of warning output to catch a situation where a generic script was calculating the search radius multiple times.
-hoot conflate -D uuid.helper.repeatable=true -D poi.polygon.address.match.enabled=true test-files/cmd/glacial/PoiPolygonConflateStandaloneTest/PoiPolygon1.osm test-files/cmd/glacial/PoiPolygonConflateStandaloneTest/PoiPolygon2.osm test-output/cmd/glacial/PoiPolygonConflateCombinedTest/output1.osm
+hoot conflate -C Testing.conf -D uuid.helper.repeatable=true -D poi.polygon.address.match.enabled=true test-files/cmd/glacial/PoiPolygonConflateStandaloneTest/PoiPolygon1.osm test-files/cmd/glacial/PoiPolygonConflateStandaloneTest/PoiPolygon2.osm test-output/cmd/glacial/PoiPolygonConflateCombinedTest/output1.osm
 hoot diff test-output/cmd/glacial/PoiPolygonConflateCombinedTest/output1.osm test-files/cmd/glacial/PoiPolygonConflateCombinedTest/output1.osm || diff test-output/cmd/glacial/PoiPolygonConflateCombinedTest/output1.osm test-files/cmd/glacial/PoiPolygonConflateCombinedTest/output1.osm
Clone this wiki locally