aboutsummaryrefslogtreecommitdiff
path: root/test/cli/testprojinfo
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-09-23 15:21:57 +0200
committerEven Rouault <even.rouault@spatialys.com>2019-09-24 00:41:28 +0200
commit0f4f7870d8a8db3f8036ebbc96291c66eac2cd5e (patch)
tree75770f799881540488861e13fa76c2cd6d74099a /test/cli/testprojinfo
parent841673c8a39613424cc8345e8e160a811c14b5be (diff)
downloadPROJ-0f4f7870d8a8db3f8036ebbc96291c66eac2cd5e.tar.gz
PROJ-0f4f7870d8a8db3f8036ebbc96291c66eac2cd5e.zip
createOperations() sorting: sort operations that cannot be exported as PROJ pipelines at end
Diffstat (limited to 'test/cli/testprojinfo')
-rwxr-xr-xtest/cli/testprojinfo4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/cli/testprojinfo b/test/cli/testprojinfo
index 81d0d3e4..aa373114 100755
--- a/test/cli/testprojinfo
+++ b/test/cli/testprojinfo
@@ -127,6 +127,10 @@ echo "Testing -s EPSG:32631 -t EPSG:4326+3855 --3d --summary" >> ${OUT}
$EXE -s EPSG:32631 -t EPSG:4326+3855 --3d --summary >>${OUT} 2>&1
echo "" >>${OUT}
+echo "Testing -s EPSG:4936 -t EPSG:4978 --spatial-test intersects --summary where WGS 84 to ETRS89 (2) uses a transformation method not supported by PROJ currently (time-specific Helmert), and thus must be sorted last" >> ${OUT}
+$EXE -s EPSG:4936 -t EPSG:4978 --spatial-test intersects --summary >>${OUT} 2>&1
+echo "" >>${OUT}
+
# do 'diff' with distribution results
echo "diff ${OUT} with testprojinfo_out.dist"
diff -u ${OUT} ${TEST_CLI_DIR}/testprojinfo_out.dist