From 1f8541d6f43f7fde949772e0a2174e317542b985 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 25 Feb 2020 23:17:48 +0100 Subject: Database: update to EPSG v9.8.7 --- test/unit/test_factory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/test_factory.cpp') diff --git a/test/unit/test_factory.cpp b/test/unit/test_factory.cpp index 4b3ca9a5..5cf45d1a 100644 --- a/test/unit/test_factory.cpp +++ b/test/unit/test_factory.cpp @@ -2756,7 +2756,7 @@ TEST(factory, createObjectsFromName) { auto res = factoryEPSG->createObjectsFromName( "WGS84", {AuthorityFactory::ObjectType::GEOGRAPHIC_2D_CRS}, true); EXPECT_EQ(res.size(), - 9U); // EPSG:4326 and EPSG:4030 and the 6 WGS84 realizations + 8U); // EPSG:4326 and the 6 WGS84 realizations // and EPSG:7881 'Tritan St. Helena'' whose alias is // 'WGS 84 Tritan St. Helena' if (!res.empty()) { -- cgit v1.2.3