diff options
| author | Even Rouault <even.rouault@mines-paris.org> | 2014-08-19 09:53:28 +0000 |
|---|---|---|
| committer | Even Rouault <even.rouault@mines-paris.org> | 2014-08-19 09:53:28 +0000 |
| commit | b2951669bad8b228d5c3e2759ccf120cfc9f670f (patch) | |
| tree | 629d077d25e5100a256397f179a23482879afe47 /nad/testvarious | |
| parent | ff6b47276120b443be6c696d4d8c293f7f18c70a (diff) | |
| download | PROJ-b2951669bad8b228d5c3e2759ccf120cfc9f670f.tar.gz PROJ-b2951669bad8b228d5c3e2759ccf120cfc9f670f.zip | |
Add extra test to show need for r2482 (#229)
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2485 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'nad/testvarious')
| -rwxr-xr-x | nad/testvarious | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nad/testvarious b/nad/testvarious index b39e670d..5f271f44 100755 --- a/nad/testvarious +++ b/nad/testvarious @@ -589,6 +589,14 @@ $EXE -f '%.13f' \ -E >>${OUT} <<EOF 13 -10 EOF +echo "##############################################################" >> ${OUT} +echo "Test bug 229 (2)" >> ${OUT} +# +$EXE -f '%.13f' \ + +init=epsg:4326 +to +init=epsg:4326 \ + -E >>${OUT} <<EOF +13 -10 +EOF ############################################################################## # Done! # do 'diff' with distribution results |
