diff options
Diffstat (limited to 'test/cli/testprojinfo')
| -rwxr-xr-x | test/cli/testprojinfo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/cli/testprojinfo b/test/cli/testprojinfo index 20c14a8e..fb4fef1f 100755 --- a/test/cli/testprojinfo +++ b/test/cli/testprojinfo @@ -305,6 +305,11 @@ unset PROJ_AUX_DB rm -f tmp_projinfo_aux.db echo "" >>${OUT} +echo 'Testing -s EPSG:23030 -t EPSG:25830 --bbox -6,40,-5,41 --grid-check known_available --hide-ballpark --summary' >> ${OUT} +echo 'Checks that ED50 to ETRS89 (12) is in the output (superseded transformation, but replacements has unknown grid)' >> ${OUT} +$EXE -s EPSG:23030 -t EPSG:25830 --bbox -6,40,-5,41 --grid-check known_available --hide-ballpark --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 |
