Skip to content

v0.2.54..v0.2.55 changeset NetworkConflateCmdInputReverseTest.sh

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/test-files/cmd/glacial/NetworkConflateCmdInputReverseTest.sh b/test-files/cmd/glacial/NetworkConflateCmdInputReverseTest.sh
index f9c43af..aa65cb1 100755
--- a/test-files/cmd/glacial/NetworkConflateCmdInputReverseTest.sh
+++ b/test-files/cmd/glacial/NetworkConflateCmdInputReverseTest.sh
@@ -7,6 +7,7 @@ mkdir -p test-output/cmd/glacial/NetworkConflateCmdInputReverseTest
 # Let's see if we can conflate the other way, since that wasn't working at one point.
 # The output is different, which is a little disturbing, but we'll deal with that later.
 hoot conflate --warn -C ReferenceConflation.conf -C NetworkAlgorithm.conf -C Testing.conf \
+ -D match.creators=hoot::NetworkMatchCreator -D merger.creators=hoot::NetworkMergerCreator \
  test-files/DcTigerRoads.osm test-files/DcGisRoads.osm \
  test-output/cmd/glacial/NetworkConflateCmdInputReverseTest/output.osm
 
Clone this wiki locally