diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-10-27 20:59:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-27 20:59:29 +0100 |
| commit | e2d5b13f3442a8e88093a9d68e1be550194a4d77 (patch) | |
| tree | 31789cfd11ea72eb9e5fc07eb2b2ac0839cfd5fd /test/unit/test_operation.cpp | |
| parent | e7dff6e3a9895af20b3d02337299d5f05c2ea4bc (diff) | |
| parent | 46c6ddf84defeb4ae855285da4416dff7178cacc (diff) | |
| download | PROJ-e2d5b13f3442a8e88093a9d68e1be550194a4d77.tar.gz PROJ-e2d5b13f3442a8e88093a9d68e1be550194a4d77.zip | |
Merge pull request #1696 from rouault/modify_concatenated_operation_structure
Database: add an auxiliary concatenated_operation_step table to allow arbitrary number of steps (fixes #1632)
Diffstat (limited to 'test/unit/test_operation.cpp')
| -rw-r--r-- | test/unit/test_operation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test_operation.cpp b/test/unit/test_operation.cpp index 53dcb861..8805e6a1 100644 --- a/test/unit/test_operation.cpp +++ b/test/unit/test_operation.cpp @@ -4516,7 +4516,7 @@ TEST(operation, geogCRS_to_geogCRS_context_ntv1_ntv2_ctable2) { authFactory->createCoordinateReferenceSystem("4267"), // NAD27 authFactory->createCoordinateReferenceSystem("4269"), // NAD83 ctxt); - ASSERT_EQ(list.size(), 8U); + ASSERT_EQ(list.size(), 10U); 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 " |
