diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-01-22 11:08:16 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-01-22 11:08:16 +0100 |
| commit | 62e680a4d353c380d0104c392c963d2ba902ef36 (patch) | |
| tree | 5ca560bc25efca297ebb99364e614e35a64d19b9 /test/unit/test_io.cpp | |
| parent | 5c86b290e2c5686cbf5100eb71e32b0362a989fc (diff) | |
| download | PROJ-62e680a4d353c380d0104c392c963d2ba902ef36.tar.gz PROJ-62e680a4d353c380d0104c392c963d2ba902ef36.zip | |
exportToWKT: use upper-case exponent (E) to conform to WKT-2 EBNF
Diffstat (limited to 'test/unit/test_io.cpp')
| -rw-r--r-- | test/unit/test_io.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test_io.cpp b/test/unit/test_io.cpp index 15ba30f1..b10a0ab0 100644 --- a/test/unit/test_io.cpp +++ b/test/unit/test_io.cpp @@ -8524,7 +8524,7 @@ TEST(io, projparse_molodensky) { "translation\",116.95,LENGTHUNIT[\"metre\",1],ID[\"EPSG\",8607]]," "PARAMETER[\"Semi-major axis length " "difference\",251,LENGTHUNIT[\"metre\",1],ID[\"EPSG\",8654]],PARAMETER[" - "\"Flattening difference\",1.41927e-05,ID[\"EPSG\",8655]]]"); + "\"Flattening difference\",1.41927E-05,ID[\"EPSG\",8655]]]"); EXPECT_EQ( transf->exportToPROJString( |
