diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-07-25 18:47:34 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-07-25 18:47:34 +0200 |
| commit | 2c2f24857decf017b06efc2cabe37150f6500761 (patch) | |
| tree | 041725aece97589ce313c79af1c9dc769717ddfc /test/unit/test_factory.cpp | |
| parent | 0fc4242ee5ae808fb998482e82da07c2b3b0b33e (diff) | |
| download | PROJ-2c2f24857decf017b06efc2cabe37150f6500761.tar.gz PROJ-2c2f24857decf017b06efc2cabe37150f6500761.zip | |
Database: update to EPSG 9.7.0
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 298dbd4d..e23d1421 100644 --- a/test/unit/test_factory.cpp +++ b/test/unit/test_factory.cpp @@ -2695,7 +2695,7 @@ TEST(factory, createObjectsFromName) { { auto res = factoryEPSG->createObjectsFromName( "WGS84", {AuthorityFactory::ObjectType::GEOGRAPHIC_2D_CRS}, true); - EXPECT_EQ(res.size(), 2U); // EPSG:4326 and EPSG:4030 + EXPECT_EQ(res.size(), 8U); // EPSG:4326 and EPSG:4030 and the 6 WGS84 realizations if (!res.empty()) { EXPECT_EQ(res.front()->getEPSGCode(), 4326); } |
