]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/is_valid_failure.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / is_valid_failure.cpp
index 7d2ea1d2726de37a59f75aa6eaebb5e062cb4a52..cbdd2918003c250979d4f927dd7dc49f1214859b 100644 (file)
@@ -848,10 +848,9 @@ void test_open_multipolygons()
                 bg::failure_self_intersections);
 
     // one polygon inside another and boundaries touching
-    // TODO: return the failure value failure_intersecting_interiors
     test::apply("mpg09",
                 "MULTIPOLYGON(((0 0,10 0,10 10,0 10)),((0 0,9 1,9 2)))",
-                bg::failure_self_intersections);
+                bg::failure_intersecting_interiors);
 
     // one polygon inside another and boundaries not touching
     test::apply("mpg10",