Skip to content

v0.2.49..v0.2.50 changeset PoiPolygonConflateStandaloneTest.sh

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/test-files/cmd/glacial/PoiPolygonConflateStandaloneTest.sh b/test-files/cmd/glacial/PoiPolygonConflateStandaloneTest.sh
index 56f014a..6e413fe 100755
--- a/test-files/cmd/glacial/PoiPolygonConflateStandaloneTest.sh
+++ b/test-files/cmd/glacial/PoiPolygonConflateStandaloneTest.sh
@@ -4,5 +4,5 @@ set -e
 mkdir -p $HOOT_HOME/tmp/
 mkdir -p test-output/cmd/glacial/PoiPolygonConflateStandaloneTest
 
-hoot conflate --warn -C Testing.conf -D uuid.helper.repeatable=true -D match.creators="hoot::PoiPolygonMatchCreator" -D merger.creators="hoot::PoiPolygonMergerCreator" -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/PoiPolygonConflateStandaloneTest/output1.osm
+hoot conflate --warn -C Testing.conf -C UnifyingAlgorithm.conf -C ReferenceConflation.conf -D uuid.helper.repeatable=true -D match.creators="hoot::PoiPolygonMatchCreator" -D merger.creators="hoot::PoiPolygonMergerCreator" -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/PoiPolygonConflateStandaloneTest/output1.osm
 hoot diff test-output/cmd/glacial/PoiPolygonConflateStandaloneTest/output1.osm test-files/cmd/glacial/PoiPolygonConflateStandaloneTest/output1.osm || diff test-output/cmd/glacial/PoiPolygonConflateStandaloneTest/output1.osm test-files/cmd/glacial/PoiPolygonConflateStandaloneTest/output1.osm
Clone this wiki locally