diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-12-06 22:10:57 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-12-06 23:42:16 +0100 |
| commit | 67ca5c199dfe62fc0738a808f3142af2e77eafd7 (patch) | |
| tree | 9245d9a9c1f5f9e529636fb3e9d93906f6c8a3c0 /test/cli/testprojinfo | |
| parent | f06045c2f0145ec2290913fa144cd690e70736fd (diff) | |
| download | PROJ-67ca5c199dfe62fc0738a808f3142af2e77eafd7.tar.gz PROJ-67ca5c199dfe62fc0738a808f3142af2e77eafd7.zip | |
projinfo: display deprecation info
Diffstat (limited to 'test/cli/testprojinfo')
| -rwxr-xr-x | test/cli/testprojinfo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/cli/testprojinfo b/test/cli/testprojinfo index 90829fdd..ea0dcc2d 100755 --- a/test/cli/testprojinfo +++ b/test/cli/testprojinfo @@ -74,6 +74,10 @@ echo "Testing projinfo -s EPSG:4230 -t EPSG:4258 --area WRONG:CODE --summary" >> $EXE -s EPSG:4230 -t EPSG:4258 --area WRONG:CODE --summary >>${OUT} 2>&1 echo "" >>${OUT} +echo "Testing deprecated CRS: projinfo EPSG:26591" >> ${OUT} +$EXE EPSG:26591 >>${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 |
