diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-03-25 15:54:28 +0000 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-03-25 15:54:28 +0000 |
| commit | b3e82bdb2080295c252b6e40e39e2186f60c7608 (patch) | |
| tree | b34421a59a2bb76375ceb8c4007b0065fc515516 /test | |
| parent | c22a0390071e6cc3375714e2cd604756167bc7c9 (diff) | |
| download | PROJ-b3e82bdb2080295c252b6e40e39e2186f60c7608.tar.gz PROJ-b3e82bdb2080295c252b6e40e39e2186f60c7608.zip | |
Database: update to IGNF v3.0.3
Diffstat (limited to 'test')
| -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 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"); } // --------------------------------------------------------------------------- |
