aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_factory.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-07-25 18:47:34 +0200
committerEven Rouault <even.rouault@spatialys.com>2019-07-25 18:47:34 +0200
commit2c2f24857decf017b06efc2cabe37150f6500761 (patch)
tree041725aece97589ce313c79af1c9dc769717ddfc /test/unit/test_factory.cpp
parent0fc4242ee5ae808fb998482e82da07c2b3b0b33e (diff)
downloadPROJ-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.cpp2
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);
}