aboutsummaryrefslogtreecommitdiff
path: root/nad/testvarious
diff options
context:
space:
mode:
authorHoward Butler <howard@hobu.co>2015-03-04 17:22:38 +0000
committerHoward Butler <howard@hobu.co>2015-03-04 17:22:38 +0000
commit3f6d7af47470deac6ff156e569ec3e7a91ebbf3b (patch)
treec10b2db58c2896c0c41f9d645219ce9aec07676f /nad/testvarious
parented9bcafef638ea449235a3e307b943e8a8fe1557 (diff)
downloadPROJ-3f6d7af47470deac6ff156e569ec3e7a91ebbf3b.tar.gz
PROJ-3f6d7af47470deac6ff156e569ec3e7a91ebbf3b.zip
move flakey tests into their own script so they aren't run with 'make check' by default #255
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2646 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'nad/testvarious')
-rwxr-xr-xnad/testvarious21
1 files changed, 0 insertions, 21 deletions
diff --git a/nad/testvarious b/nad/testvarious
index c2f99009..a128eb50 100755
--- a/nad/testvarious
+++ b/nad/testvarious
@@ -277,27 +277,6 @@ $EXE +proj=latlong +R=5 \
0 60.0
0 -60.0
EOF
-echo "Test healpix inverse projection on sphere" >> ${OUT}
-$EXE +proj=latlong +a=1 +lon_0=0 \
- +to +proj=healpix +a=1 +lon_0=0 -f '%.'5'f' -I\
- -E >>${OUT} <<EOF
-0 0.7853981633974483
--1.5707963267948966 0
-EOF
-$EXE +proj=latlong +a=5 \
- +to +proj=healpix +a=5 -f '%.'5'f' -I\
- -E >>${OUT} <<EOF
-0.0 0.0
-0.0 3.9269908169872414
-0.0 -3.9269908169872414
-7.853981633974483 0.0
--7.853981633974483 0.0
--15.707963267948966 0.0
--11.780972450961723 7.853981633974483
--11.780972450961723 -7.853981633974483
-1.437378399445537 5.364369216432778
-1.437378399445537 -5.364369216432778
-EOF
echo "Test healpix forward projection on ellipsoid" >> ${OUT}
$EXE +proj=latlong +a=1 +lon_0=0 +ellps=WGS84 \
+to +proj=healpix +a=1 +lon_0=0 +ellps=WGS84 -f '%.'5'f' \