Skip to content

v0.2.50..v0.2.51 changeset ConvertToKml.sh

Garret Voltz edited this page Jan 15, 2020 · 1 revision
diff --git a/test-files/cmd/quick/ConvertToKml.sh b/test-files/cmd/quick/ConvertToKml.sh
new file mode 100755
index 0000000..6081288
--- /dev/null
+++ b/test-files/cmd/quick/ConvertToKml.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+set -e
+
+rm -rf test-output/cmd/quick/ConvertToKml
+mkdir -p test-output/cmd/quick/ConvertToKml
+
+hoot convert -C Testing.conf -D uuid.helper.repeatable=true -D schema.translation.script=translations/HootTest.js test-files/ToyTestA.osm test-output/cmd/quick/ConvertToKml/Output.kml
+diff test-output/cmd/quick/ConvertToKml/Output.kml test-files/cmd/quick/ConvertToKml/Expected.kml
Clone this wiki locally