diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-09-28 10:19:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-28 10:19:50 +0200 |
| commit | f0c148abf30201fef9f9958d4e47c5a28d9e66b0 (patch) | |
| tree | 875390985d2705928fe52658b156ccdcb60fecba /test/unit | |
| parent | b0b21db45f0dc32c33e1e6c45ab1fe5cc1a4f3df (diff) | |
| parent | 9ddf2d4cedc43840ab92ebda6040a78b1c774f81 (diff) | |
| download | PROJ-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')
| -rw-r--r-- | test/unit/test_c_api.cpp | 2 | ||||
| -rw-r--r-- | test/unit/test_operation.cpp | 2 |
2 files changed, 2 insertions, 2 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); 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 " |
