aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_factory.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-03-25 16:54:28 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-03-25 16:54:28 +0100
commitc0312858f7621bde4568d98e6ea43fd45bd57a83 (patch)
tree56adddfad3932506d88cb0a9fd903cd65f8d3c57 /test/unit/test_factory.cpp
parente6f8030a51a8e8882695c2ee415609662a3078a3 (diff)
downloadPROJ-c0312858f7621bde4568d98e6ea43fd45bd57a83.tar.gz
PROJ-c0312858f7621bde4568d98e6ea43fd45bd57a83.zip
Database: update to IGNF v3.0.3
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 0ff49fc5..12f58fd3 100644
--- a/test/unit/test_factory.cpp
+++ b/test/unit/test_factory.cpp
@@ -2799,7 +2799,7 @@ TEST(factory, getMetadata) {
EXPECT_EQ(ctxt->getMetadata("i_do_not_exist"), nullptr);
const char *IGNF_VERSION = ctxt->getMetadata("IGNF.VERSION");
ASSERT_TRUE(IGNF_VERSION != nullptr);
- EXPECT_EQ(std::string(IGNF_VERSION), "3.0.2");
+ EXPECT_EQ(std::string(IGNF_VERSION), "3.0.3");
}
// ---------------------------------------------------------------------------