diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-06-16 20:07:40 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-06-16 20:07:40 +0200 |
| commit | 3d9aa5c82f667e93bee4d9d4b17a11df8842559b (patch) | |
| tree | c5d3f80adefb74cfcdc33df00af92ba0085b40b7 /test/unit/test_c_api.cpp | |
| parent | 3005bcbc159d2a402eeecb6f568da4e85a7e0411 (diff) | |
| download | PROJ-3d9aa5c82f667e93bee4d9d4b17a11df8842559b.tar.gz PROJ-3d9aa5c82f667e93bee4d9d4b17a11df8842559b.zip | |
createOperations(): fix transformations between BoundCRS and Geocentric CRS
Diffstat (limited to 'test/unit/test_c_api.cpp')
| -rw-r--r-- | test/unit/test_c_api.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/unit/test_c_api.cpp b/test/unit/test_c_api.cpp index 2847d88d..a1918fb7 100644 --- a/test/unit/test_c_api.cpp +++ b/test/unit/test_c_api.cpp @@ -2617,8 +2617,7 @@ TEST_F(CApi, proj_context_get_database_metadata) { EXPECT_TRUE(proj_context_get_database_metadata(m_ctxt, "IGNF.VERSION") != nullptr); - EXPECT_TRUE(proj_context_get_database_metadata(m_ctxt, "FOO") == - nullptr); + EXPECT_TRUE(proj_context_get_database_metadata(m_ctxt, "FOO") == nullptr); } // --------------------------------------------------------------------------- |
