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_factory.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_factory.cpp')
| -rw-r--r-- | test/unit/test_factory.cpp | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/test/unit/test_factory.cpp b/test/unit/test_factory.cpp index 027c0188..ea469c8a 100644 --- a/test/unit/test_factory.cpp +++ b/test/unit/test_factory.cpp @@ -741,41 +741,41 @@ TEST(factory, AuthorityFactory_createCoordinateOperation_helmert_15_CF) { " LENGTHUNIT[\"millimetre\",0.001],\n" " ID[\"EPSG\",8607]],\n" " PARAMETER[\"X-axis rotation\",-0.4254,\n" - " ANGLEUNIT[\"milliarc-second\",4.84813681109536e-09],\n" + " ANGLEUNIT[\"milliarc-second\",4.84813681109536E-09],\n" " ID[\"EPSG\",8608]],\n" " PARAMETER[\"Y-axis rotation\",2.2578,\n" - " ANGLEUNIT[\"milliarc-second\",4.84813681109536e-09],\n" + " ANGLEUNIT[\"milliarc-second\",4.84813681109536E-09],\n" " ID[\"EPSG\",8609]],\n" " PARAMETER[\"Z-axis rotation\",2.4015,\n" - " ANGLEUNIT[\"milliarc-second\",4.84813681109536e-09],\n" + " ANGLEUNIT[\"milliarc-second\",4.84813681109536E-09],\n" " ID[\"EPSG\",8610]],\n" " PARAMETER[\"Scale difference\",9.71,\n" - " SCALEUNIT[\"parts per billion\",1e-09],\n" + " SCALEUNIT[\"parts per billion\",1E-09],\n" " ID[\"EPSG\",8611]],\n" " PARAMETER[\"Rate of change of X-axis translation\",1.42,\n" - " LENGTHUNIT[\"millimetres per year\",3.16887651727315e-11],\n" + " LENGTHUNIT[\"millimetres per year\",3.16887651727315E-11],\n" " ID[\"EPSG\",1040]],\n" " PARAMETER[\"Rate of change of Y-axis translation\",1.34,\n" - " LENGTHUNIT[\"millimetres per year\",3.16887651727315e-11],\n" + " LENGTHUNIT[\"millimetres per year\",3.16887651727315E-11],\n" " ID[\"EPSG\",1041]],\n" " PARAMETER[\"Rate of change of Z-axis translation\",0.9,\n" - " LENGTHUNIT[\"millimetres per year\",3.16887651727315e-11],\n" + " LENGTHUNIT[\"millimetres per year\",3.16887651727315E-11],\n" " ID[\"EPSG\",1042]],\n" " PARAMETER[\"Rate of change of X-axis rotation\",1.5461,\n" " ANGLEUNIT[\"milliarc-seconds per " - "year\",1.53631468932076e-16],\n" + "year\",1.53631468932076E-16],\n" " ID[\"EPSG\",1043]],\n" " PARAMETER[\"Rate of change of Y-axis rotation\",1.182,\n" " ANGLEUNIT[\"milliarc-seconds per " - "year\",1.53631468932076e-16],\n" + "year\",1.53631468932076E-16],\n" " ID[\"EPSG\",1044]],\n" " PARAMETER[\"Rate of change of Z-axis rotation\",1.1551,\n" " ANGLEUNIT[\"milliarc-seconds per " - "year\",1.53631468932076e-16],\n" + "year\",1.53631468932076E-16],\n" " ID[\"EPSG\",1045]],\n" " PARAMETER[\"Rate of change of Scale difference\",0.109,\n" " SCALEUNIT[\"parts per billion per " - "year\",3.16887651727315e-17],\n" + "year\",3.16887651727315E-17],\n" " ID[\"EPSG\",1046]],\n" " PARAMETER[\"Parameter reference epoch\",1994,\n" " TIMEUNIT[\"year\",31556925.445],\n" |
