diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-10-15 10:47:51 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-10-15 10:56:43 +0200 |
| commit | 3f575aec779ac156dbbce012d035c7479d1ff373 (patch) | |
| tree | 9cbdd1227f0b9622f6b2e61e25c31644b94f7946 /test/gigs | |
| parent | a762daddb54be6e697375f8ed347cdf0aeaf4477 (diff) | |
| download | PROJ-3f575aec779ac156dbbce012d035c7479d1ff373.tar.gz PROJ-3f575aec779ac156dbbce012d035c7479d1ff373.zip | |
test/gigs: 5104 is passing now. Enable it
Diffstat (limited to 'test/gigs')
| -rw-r--r-- | test/gigs/5104.gie (renamed from test/gigs/5104.gie.failing) | 18 | ||||
| -rw-r--r-- | test/gigs/Makefile.am | 6 |
2 files changed, 15 insertions, 9 deletions
diff --git a/test/gigs/5104.gie.failing b/test/gigs/5104.gie index 10c42935..b2a4241d 100644 --- a/test/gigs/5104.gie.failing +++ b/test/gigs/5104.gie @@ -4,11 +4,13 @@ Test 5104, Oblique stereographic, v2-0_2011-06-28. -------------------------------------------------------------------------------- -<gie> +<gie-strict> + +use_proj4_init_rules true -------------------------------------------------------------------------------- -operation +proj=pipeline - +step +init=epsg:4289 +inv +operation +proj=pipeline \ + +step +init=epsg:4289 +inv \ +step +init=epsg:28992 -------------------------------------------------------------------------------- tolerance 0.05 m @@ -92,8 +94,8 @@ accept 11 53 expect 531469.2 571538.84 -------------------------------------------------------------------------------- -operation +proj=pipeline - +step +init=epsg:28992 +inv +operation +proj=pipeline \ + +step +init=epsg:28992 +inv \ +step +init=epsg:4289 -------------------------------------------------------------------------------- tolerance 0.05 m @@ -177,8 +179,8 @@ accept 531469.2 571538.84 expect 11 53 -------------------------------------------------------------------------------- -operation +proj=pipeline - +step +init=epsg:4289 +inv +operation +proj=pipeline \ + +step +init=epsg:4289 +inv \ +step +init=epsg:28992 -------------------------------------------------------------------------------- tolerance 0.006 m @@ -261,4 +263,4 @@ tolerance 0.006 m accept 11 53 roundtrip 1000 -</gie> +</gie-strict> diff --git a/test/gigs/Makefile.am b/test/gigs/Makefile.am index 436a6e89..2bdff3f2 100644 --- a/test/gigs/Makefile.am +++ b/test/gigs/Makefile.am @@ -10,6 +10,7 @@ EXTRA_DIST = \ 5103.1.gie \ 5103.2.gie \ 5103.3.gie \ + 5104.gie \ 5105.2.gie \ 5106.gie \ 5107.gie \ @@ -46,6 +47,9 @@ PROJ_LIB ?= ../../data/for_tests 5103.3: 5103.3.gie PROJ_SKIP_READ_USER_WRITABLE_DIRECTORY=YES PROJ_LIB=$(PROJ_LIB) $(GIEEXE) $< +5104: 5104.gie + PROJ_SKIP_READ_USER_WRITABLE_DIRECTORY=YES PROJ_LIB=$(PROJ_LIB) $(GIEEXE) $< + 5105.2: 5105.2.gie PROJ_SKIP_READ_USER_WRITABLE_DIRECTORY=YES PROJ_LIB=$(PROJ_LIB) $(GIEEXE) $< @@ -73,4 +77,4 @@ PROJ_LIB ?= ../../data/for_tests 5208: 5208.gie PROJ_SKIP_READ_USER_WRITABLE_DIRECTORY=YES PROJ_LIB=$(PROJ_LIB) $(GIEEXE) $< -check-local: 5101.1 5101.2 5101.3 5101.4 5102.1 5103.1 5103.2 5103.3 5105.2 5106 5107 5109 5111.1 5112 5113 5201 5208 +check-local: 5101.1 5101.2 5101.3 5101.4 5102.1 5103.1 5103.2 5103.3 5104 5105.2 5106 5107 5109 5111.1 5112 5113 5201 5208 |
