aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_c_api.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-09-28 10:19:50 +0200
committerGitHub <noreply@github.com>2019-09-28 10:19:50 +0200
commitf0c148abf30201fef9f9958d4e47c5a28d9e66b0 (patch)
tree875390985d2705928fe52658b156ccdcb60fecba /test/unit/test_c_api.cpp
parentb0b21db45f0dc32c33e1e6c45ab1fe5cc1a4f3df (diff)
parent9ddf2d4cedc43840ab92ebda6040a78b1c774f81 (diff)
downloadPROJ-f0c148abf30201fef9f9958d4e47c5a28d9e66b0.tar.gz
PROJ-f0c148abf30201fef9f9958d4e47c5a28d9e66b0.zip
Merge pull request #1636 from OSGeo/backport-1633-to-6.2
Backport #1633 to 6.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 aa1c2ad7..7fd0e742 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);