aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_c_api.cpp
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-09-24 09:27:49 +0200
committerGitHub <noreply@github.com>2019-09-24 09:27:49 +0200
commitda2163996edcf9383d32261e48f11bafc273b9d7 (patch)
tree75770f799881540488861e13fa76c2cd6d74099a /test/unit/test_c_api.cpp
parenta71fce63c2d77b6709005667efd577d728b900e9 (diff)
parent0f4f7870d8a8db3f8036ebbc96291c66eac2cd5e (diff)
downloadPROJ-da2163996edcf9383d32261e48f11bafc273b9d7.tar.gz
PROJ-da2163996edcf9383d32261e48f11bafc273b9d7.zip
Database: update to EPSG 9.8.2 (#1633)
Database: update to EPSG 9.8.2
Diffstat (limited to 'test/unit/test_c_api.cpp')
-rw-r--r--test/unit/test_c_api.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test_c_api.cpp b/test/unit/test_c_api.cpp
index 3a1c5df5..bd59358e 100644
--- a/test/unit/test_c_api.cpp
+++ b/test/unit/test_c_api.cpp
@@ -1344,7 +1344,7 @@ TEST_F(CApi, proj_create_operations) {
ASSERT_NE(res, nullptr);
ObjListKeeper keeper_res(res);
- EXPECT_EQ(proj_list_get_count(res), 7);
+ EXPECT_EQ(proj_list_get_count(res), 8);
EXPECT_EQ(proj_list_get(m_ctxt, res, -1), nullptr);
EXPECT_EQ(proj_list_get(m_ctxt, res, proj_list_get_count(res)), nullptr);