diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-12-01 20:21:20 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-12-01 20:21:40 +0100 |
| commit | 0a746073ca3bba1f186024210555b81c741ace0c (patch) | |
| tree | d82f975f8d30dabc933414322f413921119ce553 /test/unit/test_operation.cpp | |
| parent | 23bf8bf5977073a91353f992ee0dd608be1d45fe (diff) | |
| download | PROJ-0a746073ca3bba1f186024210555b81c741ace0c.tar.gz PROJ-0a746073ca3bba1f186024210555b81c741ace0c.zip | |
Fix PROJ_GRID_AVAILABILITY_IGNORED
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 bb8221fd..057f1717 100644 --- a/test/unit/test_operation.cpp +++ b/test/unit/test_operation.cpp @@ -4306,7 +4306,7 @@ TEST(operation, geogCRS_to_geogCRS_context_ntv1_ntv2_ctable2) { authFactory->createCoordinateReferenceSystem("4267"), // NAD27 authFactory->createCoordinateReferenceSystem("4269"), // NAD83 ctxt); - ASSERT_EQ(list.size(), 6); + ASSERT_EQ(list.size(), 7); 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 " |
