-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.48..v0.2.49 changeset eTDSTranslationAssistantTest.sh
Garret Voltz edited this page Oct 2, 2019
·
1 revision
diff --git a/test-files/cmd/slow/eTDSTranslationAssistantTest.sh b/test-files/cmd/slow/eTDSTranslationAssistantTest.sh
index 986d621..0f90ee9 100755
--- a/test-files/cmd/slow/eTDSTranslationAssistantTest.sh
+++ b/test-files/cmd/slow/eTDSTranslationAssistantTest.sh
@@ -11,7 +11,7 @@ for schema in "${schemas[@]}"
do
# Debug
#echo "Out: " $TA_OUT/$TA_FILE-$schema.osm " In: " $TA_IN/$TA_FILE-$schema.osm
- hoot convert --debug -D schema.translation.script=$TA_IN/cali-translation-$schema.js $TA_IN/$TA_FILE.shp $TA_OUT/$TA_FILE-$schema.osm
+ hoot convert --debug -D merge.nearby.nodes.distance=1.0 -D schema.translation.script=$TA_IN/cali-translation-$schema.js $TA_IN/$TA_FILE.shp $TA_OUT/$TA_FILE-$schema.osm
# Uncomment this line to update the input files when there is a schema change
#cp $TA_OUT/$TA_FILE-$schema.osm $TA_IN/$TA_FILE-$schema.osm
@@ -20,7 +20,7 @@ do
done
#Test Feature Code mapping
-hoot convert --debug -D schema.translation.script=$TA_IN/cali-translation-tdsv61-fcode.js $TA_IN/$TA_FILE.shp $TA_OUT/$TA_FILE-tdsv61-fcode.osm
+hoot convert --debug -D merge.nearby.nodes.distance=1.0 -D schema.translation.script=$TA_IN/cali-translation-tdsv61-fcode.js $TA_IN/$TA_FILE.shp $TA_OUT/$TA_FILE-tdsv61-fcode.osm
# Uncomment this line to update the input files when there is a schema change
#cp $TA_OUT/$TA_FILE-tdsv61-fcode.osm $TA_IN/$TA_FILE-tdsv61.osm