aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_io.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-02-09 19:46:25 +0100
committerEven Rouault <even.rouault@spatialys.com>2021-02-09 19:46:25 +0100
commitc72dabdc3f1fd5e09c750b8965768b1b5b686798 (patch)
treef8d3c21324927506be5bcc25f7d97c6071e435a1 /test/unit/test_io.cpp
parentad2cb7a1206391b5742eb5346f2a7f9baf864cff (diff)
downloadPROJ-c72dabdc3f1fd5e09c750b8965768b1b5b686798.tar.gz
PROJ-c72dabdc3f1fd5e09c750b8965768b1b5b686798.zip
Database: update to EPSG v10.013
Diffstat (limited to 'test/unit/test_io.cpp')
-rw-r--r--test/unit/test_io.cpp4
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");
}
{