diff options
Diffstat (limited to 'test/unit')
| -rw-r--r-- | test/unit/test_factory.cpp | 22 | ||||
| -rw-r--r-- | test/unit/test_io.cpp | 2 |
2 files changed, 12 insertions, 12 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" 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( |
