Skip to content

v0.2.52..v0.2.53 changeset PoiPolygonConflateCombinedTest.sh

Garret Voltz edited this page Feb 12, 2020 · 1 revision
diff --git a/test-files/cmd/glacial/PoiPolygonConflateCombinedTest.sh b/test-files/cmd/glacial/PoiPolygonConflateCombinedTest.sh
index f1a9248..da9014c 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 -C Testing.conf -C UnifyingAlgorithm.conf -C ReferenceConflation.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 conflate -C Testing.conf -C UnifyingAlgorithm.conf -C ReferenceConflation.conf -D uuid.helper.repeatable=true -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/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