Skip to content

v0.2.53..v0.2.54 changeset PoiPolygonConflateStandaloneTest.sh

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/test-files/cmd/glacial/PoiPolygonConflateStandaloneTest.sh b/test-files/cmd/glacial/PoiPolygonConflateStandaloneTest.sh
index 49f34c4..b21abb4 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 -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 -D address.scorer.enable.caching=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
+hoot conflate --warn -C UnifyingAlgorithm.conf -C ReferenceConflation.conf -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 -D address.scorer.enable.caching=true test-files/cmd/glacial/PoiPolygonConflateStandaloneTest/PoiPolygon1.osm test-files/cmd/glacial/PoiPolygonConflateStandaloneTest/PoiPolygon2.osm test-output/cmd/glacial/PoiPolygonConflateStandaloneTest/output1.osm
+hoot diff -C Testing.conf 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