diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2021-02-09 21:24:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-09 21:24:14 +0100 |
| commit | 6ce2c1174a2ee9bb529cc9260b33b6243950e0ad (patch) | |
| tree | f8d3c21324927506be5bcc25f7d97c6071e435a1 /test/unit/test_io.cpp | |
| parent | ad2cb7a1206391b5742eb5346f2a7f9baf864cff (diff) | |
| parent | c72dabdc3f1fd5e09c750b8965768b1b5b686798 (diff) | |
| download | PROJ-6ce2c1174a2ee9bb529cc9260b33b6243950e0ad.tar.gz PROJ-6ce2c1174a2ee9bb529cc9260b33b6243950e0ad.zip | |
Merge pull request #2518 from rouault/epsg_10_013
Database: update to EPSG v10.013
Diffstat (limited to 'test/unit/test_io.cpp')
| -rw-r--r-- | test/unit/test_io.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/test_io.cpp b/test/unit/test_io.cpp index dfa75cd9..84999b07 100644 --- a/test/unit/test_io.cpp +++ b/test/unit/test_io.cpp @@ -10586,10 +10586,10 @@ TEST(io, createFromUserInput) { { // Approximate match on each piece of the compound CRS - auto obj = createFromUserInput("WGS84 + EGM96", dbContext); + auto obj = createFromUserInput("WGS84 + NAVD88 height", dbContext); auto crs = nn_dynamic_pointer_cast<CompoundCRS>(obj); ASSERT_TRUE(crs != nullptr); - EXPECT_EQ(crs->nameStr(), "WGS 84 + EGM96 height"); + EXPECT_EQ(crs->nameStr(), "WGS 84 + NAVD88 height"); } { |
