]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/set_operations/sym_difference/sym_difference_areal_areal.cpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / set_operations / sym_difference / sym_difference_areal_areal.cpp
index 9780e5bde370c1dc328a1af431c6e8533dccd632..b0b386c1f73552b4071f196855b41997954b409e 100644 (file)
@@ -134,7 +134,7 @@ BOOST_AUTO_TEST_CASE( test_sym_difference_polygon_multipolygon )
          from_wkt<MPG>("MULTIPOLYGON(((0 0,0 10,10 10,10 0,0 0)),\
                        ((20 0,20 10,30 10,30 0,20 0)))"),
          1,
-         9,
+         6,
          300);
 }