diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-02-09 19:46:25 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-02-09 19:46:25 +0100 |
| commit | c72dabdc3f1fd5e09c750b8965768b1b5b686798 (patch) | |
| tree | f8d3c21324927506be5bcc25f7d97c6071e435a1 /test/unit/test_operation.cpp | |
| parent | ad2cb7a1206391b5742eb5346f2a7f9baf864cff (diff) | |
| download | PROJ-c72dabdc3f1fd5e09c750b8965768b1b5b686798.tar.gz PROJ-c72dabdc3f1fd5e09c750b8965768b1b5b686798.zip | |
Database: update to EPSG v10.013
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 422ab97d..5b576fb4 100644 --- a/test/unit/test_operation.cpp +++ b/test/unit/test_operation.cpp @@ -5475,7 +5475,7 @@ TEST(operation, normalizeForVisualization) { src, authFactory->createCoordinateReferenceSystem("4979"), // WGS 84 3D ctxt); - ASSERT_EQ(list.size(), 3U); + ASSERT_GE(list.size(), 3U); auto op = list[1]; auto opNormalized = op->normalizeForVisualization(); EXPECT_FALSE(opNormalized->_isEquivalentTo(op.get())); |
