From 1f66818745be99767dd477fcf4a0ebcfaed59e1c Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 23 Sep 2019 15:03:56 +0200 Subject: Database: update to EPSG 9.8.2 With limitation of https://github.com/OSGeo/PROJ/issues/1632 regarding concatenated operations with more than 3 steps. --- test/unit/test_c_api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/test_c_api.cpp') diff --git a/test/unit/test_c_api.cpp b/test/unit/test_c_api.cpp index db4b768b..c43114bc 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); -- cgit v1.2.3