diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-02-25 23:17:48 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-02-26 14:04:09 +0100 |
| commit | 1f8541d6f43f7fde949772e0a2174e317542b985 (patch) | |
| tree | eaa29ccb86245bd6c3795d75d95132f4dd7a6bc6 /test/unit/test_factory.cpp | |
| parent | 414ae2699ccfafdabacd12010acf7ad2f16fd889 (diff) | |
| download | PROJ-1f8541d6f43f7fde949772e0a2174e317542b985.tar.gz PROJ-1f8541d6f43f7fde949772e0a2174e317542b985.zip | |
Database: update to EPSG v9.8.7
Diffstat (limited to 'test/unit/test_factory.cpp')
| -rw-r--r-- | test/unit/test_factory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()) { |
