aboutsummaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-09-23 15:03:56 +0200
committerEven Rouault <even.rouault@spatialys.com>2019-09-28 01:47:40 +0200
commit1f66818745be99767dd477fcf4a0ebcfaed59e1c (patch)
treeffea70d1bbc454799862cea699dc452f1d0176de /test/unit
parentae6f1a1760e8393b673b6e63600c4842f4fde261 (diff)
downloadPROJ-1f66818745be99767dd477fcf4a0ebcfaed59e1c.tar.gz
PROJ-1f66818745be99767dd477fcf4a0ebcfaed59e1c.zip
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.
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/test_c_api.cpp2
-rw-r--r--test/unit/test_operation.cpp2
2 files changed, 2 insertions, 2 deletions
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);
diff --git a/test/unit/test_operation.cpp b/test/unit/test_operation.cpp
index d52e9bea..3e538f33 100644
--- a/test/unit/test_operation.cpp
+++ b/test/unit/test_operation.cpp
@@ -4448,7 +4448,7 @@ TEST(operation, geogCRS_to_geogCRS_context_ntv1_ntv2_ctable2) {
authFactory->createCoordinateReferenceSystem("4267"), // NAD27
authFactory->createCoordinateReferenceSystem("4269"), // NAD83
ctxt);
- ASSERT_EQ(list.size(), 7U);
+ ASSERT_EQ(list.size(), 8U);
EXPECT_EQ(list[0]->exportToPROJString(PROJStringFormatter::create().get()),
"+proj=pipeline +step +proj=axisswap +order=2,1 +step "
"+proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=hgridshift "