aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_factory.cpp
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-12-11 08:35:05 +0100
committerGitHub <noreply@github.com>2019-12-11 08:35:05 +0100
commitd1f432ea6e933cf06ce3ecaedf0e978ed30ec6f6 (patch)
tree12dc1ad3a784056b8dc4984c70c7f5f8bfa72994 /test/unit/test_factory.cpp
parent29474bd7fdac013841a4795e93f714bba7791c56 (diff)
parent38de84f38bceed4030710648334729d96f7c2204 (diff)
downloadPROJ-d1f432ea6e933cf06ce3ecaedf0e978ed30ec6f6.tar.gz
PROJ-d1f432ea6e933cf06ce3ecaedf0e978ed30ec6f6.zip
Merge pull request #1785 from rouault/update_to_ignf_3_1_0
Database: update to IGNF v3.1.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 93b2ef34..0d47bfc3 100644
--- a/test/unit/test_factory.cpp
+++ b/test/unit/test_factory.cpp
@@ -2872,7 +2872,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.3");
+ EXPECT_EQ(std::string(IGNF_VERSION), "3.1.0");
}
// ---------------------------------------------------------------------------