diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-01-02 11:29:36 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-01-02 11:29:36 +0100 |
| commit | be5778fa90586abd431fc02375870d71d2e3ba78 (patch) | |
| tree | a8b51f31a6161b0ccf6e3075fc32235b466a675e /test | |
| parent | d8d96cecce9c4ee3136e63e32d2ce952fa2ede56 (diff) | |
| download | PROJ-be5778fa90586abd431fc02375870d71d2e3ba78.tar.gz PROJ-be5778fa90586abd431fc02375870d71d2e3ba78.zip | |
Typo fixes
Diffstat (limited to 'test')
| -rw-r--r-- | test/gie/builtins.gie | 4 | ||||
| -rw-r--r-- | test/unit/test_factory.cpp | 2 | ||||
| -rw-r--r-- | test/unit/test_io.cpp | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/test/gie/builtins.gie b/test/gie/builtins.gie index c76272e9..bc9374a5 100644 --- a/test/gie/builtins.gie +++ b/test/gie/builtins.gie @@ -175,7 +175,7 @@ expect 0 -2_233_100.9 roundtrip 100 ------------------------------------------------------------------------------- -Test sourthern polar aspect of the ellipsoidal azimuthal equidistant. Test data +Test southern polar aspect of the ellipsoidal azimuthal equidistant. Test data from Snyder p. 198, table 31. ------------------------------------------------------------------------------- operation +proj=aeqd +ellps=intl +lat_0=-90 @@ -1699,7 +1699,7 @@ accept 90 0 expect failure errno tolerance_condition ------------------------------------------------------------------------------- -Test the sourthern polar aspect of the gnonomic projection +Test the southern polar aspect of the gnonomic projection ------------------------------------------------------------------------------- operation +proj=gnom +R=1 +lat_0=-90 ------------------------------------------------------------------------------- diff --git a/test/unit/test_factory.cpp b/test/unit/test_factory.cpp index 0a812ac6..fd09ba34 100644 --- a/test/unit/test_factory.cpp +++ b/test/unit/test_factory.cpp @@ -64,7 +64,7 @@ TEST(factory, databasecontext_create) { DatabaseContext::create(); #ifndef _WIN32 // For some reason, no exception is thrown on AppVeyor Windows - EXPECT_THROW(DatabaseContext::create("/i/dont/exist"), FactoryException); + EXPECT_THROW(DatabaseContext::create("/i/do_not/exist"), FactoryException); #endif } diff --git a/test/unit/test_io.cpp b/test/unit/test_io.cpp index 75f208a5..54cccb89 100644 --- a/test/unit/test_io.cpp +++ b/test/unit/test_io.cpp @@ -6300,7 +6300,7 @@ TEST(io, projparse_longlat_pm_numeric) { TEST(io, projparse_longlat_pm_overriding_datum) { // It is arguable that we allow the prime meridian of a datum defined by - // its name to be overriden, but this is found at least in a regression test + // its name to be overridden, but this is found at least in a regression test // of GDAL. So let's keep the ellipsoid part of the datum in that case and // use the specified prime meridian. auto obj = PROJStringParser().createFromPROJString( @@ -8195,7 +8195,7 @@ TEST(io, projparse_projected_errors) { EXPECT_THROW( PROJStringParser().createFromPROJString("+proj=tmerc +lat_0=foo"), ParsingException); - // Inconsitent pm values between geogCRS and projectedCRS + // Inconsistent pm values between geogCRS and projectedCRS EXPECT_THROW(PROJStringParser().createFromPROJString( "+proj=pipeline +step +proj=longlat +ellps=WGS84 " "+proj=tmerc +ellps=WGS84 +lat_0=foo +pm=paris"), |
