diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-09-24 09:27:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-24 09:27:49 +0200 |
| commit | da2163996edcf9383d32261e48f11bafc273b9d7 (patch) | |
| tree | 75770f799881540488861e13fa76c2cd6d74099a /test/unit/test_operation.cpp | |
| parent | a71fce63c2d77b6709005667efd577d728b900e9 (diff) | |
| parent | 0f4f7870d8a8db3f8036ebbc96291c66eac2cd5e (diff) | |
| download | PROJ-da2163996edcf9383d32261e48f11bafc273b9d7.tar.gz PROJ-da2163996edcf9383d32261e48f11bafc273b9d7.zip | |
Database: update to EPSG 9.8.2 (#1633)
Database: update to EPSG 9.8.2
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 735b8b64..c3ed371e 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 " |
