diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-09-10 12:14:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-10 12:14:08 +0200 |
| commit | ed32f8e4f4c67502d22dbf2be2cefae15f39fe3a (patch) | |
| tree | e61a4d82004ae081a9d90d337d57031fd347a390 /test/unit/test_c_api.cpp | |
| parent | ca7f41d0c4605a3b07899eb7b5c9826f2c18aefc (diff) | |
| parent | 9436c8419601359e8203b0b1711b8a737e3353a6 (diff) | |
| download | PROJ-ed32f8e4f4c67502d22dbf2be2cefae15f39fe3a.tar.gz PROJ-ed32f8e4f4c67502d22dbf2be2cefae15f39fe3a.zip | |
Merge pull request #2351 from rouault/update_to_epsg_9_9
Database: update to EPSG 9.9
Diffstat (limited to 'test/unit/test_c_api.cpp')
| -rw-r--r-- | test/unit/test_c_api.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test_c_api.cpp b/test/unit/test_c_api.cpp index f6ba708f..b9a6cdd5 100644 --- a/test/unit/test_c_api.cpp +++ b/test/unit/test_c_api.cpp @@ -4737,7 +4737,7 @@ TEST_F(CApi, proj_create_vertical_crs_ex_implied_accuracy) { ObjectKeeper keeper_transform(transform); // This is the accuracy of operations EPSG:5656 / 5657 - ASSERT_EQ(proj_coordoperation_get_accuracy(m_ctxt, transform), 0.03); + ASSERT_EQ(proj_coordoperation_get_accuracy(m_ctxt, transform), 0.15); } // --------------------------------------------------------------------------- |
