Skip to content

v0.2.54..v0.2.55 changeset NetworkConflateCmdRelationEdgeTest.sh

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/test-files/cmd/slow/NetworkConflateCmdRelationEdgeTest.sh b/test-files/cmd/slow/NetworkConflateCmdRelationEdgeTest.sh
index f40aa51..c03f57a 100755
--- a/test-files/cmd/slow/NetworkConflateCmdRelationEdgeTest.sh
+++ b/test-files/cmd/slow/NetworkConflateCmdRelationEdgeTest.sh
@@ -10,5 +10,5 @@ mkdir -p $OUTPUT_DIR
 
 # The purpose of this test is to catch make sure we're preventing an error when the Network Roads Alg tries to calculate a heading at a vertex
 # with a relation as the network edge input. It should skip it unless the edge is a way.
-hoot conflate --warn -C DifferentialConflation.conf -C NetworkAlgorithm.conf -C Testing.conf $INPUT_DIR/input1.osm $INPUT_DIR/input2.osm $OUTPUT_DIR/out.osm
+hoot conflate --warn -C DifferentialConflation.conf -C NetworkAlgorithm.conf -C Testing.conf -D uuid.helper.repeatable=true $INPUT_DIR/input1.osm $INPUT_DIR/input2.osm $OUTPUT_DIR/out.osm
 hoot diff -C Testing.conf $INPUT_DIR/out.osm $OUTPUT_DIR/out.osm || diff $INPUT_DIR/out.osm $OUTPUT_DIR/out.osm
Clone this wiki locally