diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-10-05 15:40:20 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-10-08 17:31:50 +0200 |
| commit | 3ed9a613d8da9874f45d2a069686f1fa38c72ad9 (patch) | |
| tree | 2df45cfe2b17d02f0e8b7c3a7c7ccb42b56616f6 /test/unit/test_c_api.cpp | |
| parent | 2cfdd6f7fc683517a62147feace1b98b3f587abc (diff) | |
| download | PROJ-3ed9a613d8da9874f45d2a069686f1fa38c72ad9.tar.gz PROJ-3ed9a613d8da9874f45d2a069686f1fa38c72ad9.zip | |
Database: use extended description for extent/area of use, as done by epsg.org WKT export
Diffstat (limited to 'test/unit/test_c_api.cpp')
| -rw-r--r-- | test/unit/test_c_api.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test_c_api.cpp b/test/unit/test_c_api.cpp index 5c0ac699..c20aec39 100644 --- a/test/unit/test_c_api.cpp +++ b/test/unit/test_c_api.cpp @@ -1929,7 +1929,7 @@ TEST_F(CApi, proj_get_area_of_use) { EXPECT_EQ(e, 180); EXPECT_EQ(n, 90); ASSERT_TRUE(name != nullptr); - EXPECT_EQ(std::string(name), "World"); + EXPECT_EQ(std::string(name), "World."); } { auto obj = proj_create(m_ctxt, "+proj=longlat +type=crs"); |
