diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-03-25 08:32:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-25 08:32:23 +0100 |
| commit | 128421dd503bc89ec13fb151d8db4e06606d04da (patch) | |
| tree | 55c66cbb6ba7cfcaff503d5d9604c2592615eaa3 /test | |
| parent | 594fd7bbc72f36c42a3e5e538efdd3e01e5c3f40 (diff) | |
| parent | c3b6c65f96f3d195698aaf286a70548beee4386a (diff) | |
| download | PROJ-128421dd503bc89ec13fb151d8db4e06606d04da.tar.gz PROJ-128421dd503bc89ec13fb151d8db4e06606d04da.zip | |
Merge pull request #1362 from OSGeo/backport-1358-on-6.0
Backport #1358 on 6.0: Fix ossfuzz 13891
Diffstat (limited to 'test')
| -rw-r--r-- | test/gie/builtins.gie | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/gie/builtins.gie b/test/gie/builtins.gie index 97009cff..bb5379fe 100644 --- a/test/gie/builtins.gie +++ b/test/gie/builtins.gie @@ -5253,7 +5253,7 @@ Urmaev V =============================================================================== ------------------------------------------------------------------------------- -operation +proj=urm5 +a=6400000 +lat_1=0.5 +lat_2=2 +n=0.5 +operation +proj=urm5 +a=6400000 +n=0.5 ------------------------------------------------------------------------------- tolerance 0.1 mm accept 2 1 @@ -5265,6 +5265,8 @@ expect -223393.638433964 111696.818785117 accept -2 -1 expect -223393.638433964 -111696.818785117 +operation +proj=urm5 +a=6400000 +n=1 +alpha=90 +expect failure errno lat_0_or_alpha_eq_90 =============================================================================== Urmaev Flat-Polar Sinusoidal |
