From c72dabdc3f1fd5e09c750b8965768b1b5b686798 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 9 Feb 2021 19:46:25 +0100 Subject: Database: update to EPSG v10.013 --- test/unit/test_crs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/unit/test_crs.cpp') diff --git a/test/unit/test_crs.cpp b/test/unit/test_crs.cpp index cea5ff6c..3d0a108a 100644 --- a/test/unit/test_crs.cpp +++ b/test/unit/test_crs.cpp @@ -4226,7 +4226,7 @@ TEST(crs, compoundCRS_identify_db) { // Identify a CompoundCRS whose horizontal and vertical parts are known // but not the composition. { - auto obj = createFromUserInput("EPSG:4326+3855", dbContext); + auto obj = createFromUserInput("EPSG:4326+5703", dbContext); auto sourceCRS = nn_dynamic_pointer_cast(obj); ASSERT_TRUE(sourceCRS != nullptr); auto wkt = sourceCRS->exportToWKT( @@ -4242,7 +4242,7 @@ TEST(crs, compoundCRS_identify_db) { EXPECT_EQ(res.front().second, 100); const auto &components = res.front().first->componentReferenceSystems(); EXPECT_EQ(components[0]->getEPSGCode(), 4326); - EXPECT_EQ(components[1]->getEPSGCode(), 3855); + EXPECT_EQ(components[1]->getEPSGCode(), 5703); } } -- cgit v1.2.3