From c72dabdc3f1fd5e09c750b8965768b1b5b686798 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 9 Feb 2021 19:46:25 +0100 Subject: Database: update to EPSG v10.013 --- test/unit/test_operation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/test_operation.cpp') 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())); -- cgit v1.2.3