aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@mines-paris.org>2014-08-19 09:53:28 +0000
committerEven Rouault <even.rouault@mines-paris.org>2014-08-19 09:53:28 +0000
commitb2951669bad8b228d5c3e2759ccf120cfc9f670f (patch)
tree629d077d25e5100a256397f179a23482879afe47
parentff6b47276120b443be6c696d4d8c293f7f18c70a (diff)
downloadPROJ-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
-rwxr-xr-xnad/testvarious8
-rw-r--r--nad/tv_out.dist3
2 files changed, 11 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
diff --git a/nad/tv_out.dist b/nad/tv_out.dist
index 122657bf..a11a65aa 100644
--- a/nad/tv_out.dist
+++ b/nad/tv_out.dist
@@ -274,3 +274,6 @@ Test qsc
##############################################################
Test bug 229
13 -10 13.0000000000000 -10.0000000000000 0.0000000000000
+##############################################################
+Test bug 229 (2)
+13 -10 13.0000000000000 -10.0000000000000 0.0000000000000