diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2021-02-09 21:24:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-09 21:24:14 +0100 |
| commit | 6ce2c1174a2ee9bb529cc9260b33b6243950e0ad (patch) | |
| tree | f8d3c21324927506be5bcc25f7d97c6071e435a1 /test/unit/test_operation.cpp | |
| parent | ad2cb7a1206391b5742eb5346f2a7f9baf864cff (diff) | |
| parent | c72dabdc3f1fd5e09c750b8965768b1b5b686798 (diff) | |
| download | PROJ-6ce2c1174a2ee9bb529cc9260b33b6243950e0ad.tar.gz PROJ-6ce2c1174a2ee9bb529cc9260b33b6243950e0ad.zip | |
Merge pull request #2518 from rouault/epsg_10_013
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())); |
