diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-03-29 13:54:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-29 13:54:39 +0200 |
| commit | c44e53dec5435bb0188229492a5dedb0c19fb282 (patch) | |
| tree | d8d04c6823436652b5aaa5204944b74df410b7dd /test/cli/testprojinfo | |
| parent | 56449166e56877f783fe3695d274a2fad050406b (diff) | |
| parent | 62038f4a38770670870b3aabad9d36c24fe909e0 (diff) | |
| download | PROJ-c44e53dec5435bb0188229492a5dedb0c19fb282.tar.gz PROJ-c44e53dec5435bb0188229492a5dedb0c19fb282.zip | |
Merge pull request #2623 from rouault/backport_2622
[Backport 8.0] createOperation(): make sure no to discard deprecated operations...
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 1e964a5b..8e2c8735 100755 --- a/test/cli/testprojinfo +++ b/test/cli/testprojinfo @@ -280,6 +280,11 @@ echo 'Testing NKG: -s EPSG:7789 -t EPSG:4936 --area EPSG:1080 --summary --hide- $EXE -s EPSG:7789 -t EPSG:4936 --area EPSG:1080 --summary --hide-ballpark >>${OUT} 2>&1 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 |
