]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/overlay/get_turns_areal_areal_sph.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / overlay / get_turns_areal_areal_sph.cpp
index 18544cd8fe75baa5d0686068b8ccae6e57043db4..4905e4b533f2f0aa2669e4effa422a95f4b6d5bd 100644 (file)
@@ -1,7 +1,7 @@
 // Boost.Geometry
 // Unit Test
 
-// Copyright (c) 2016, Oracle and/or its affiliates.
+// Copyright (c) 2016-2017, Oracle and/or its affiliates.
 
 // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
 
@@ -62,6 +62,10 @@ void test_all()
                               expected("mcc")("cui"));
     test_geometry<poly, poly>(case_18_sph[0], case_18_sph[1],
                               expected("mcc")("ccc")("ccc")("cui"));
+
+    test_geometry<poly, poly>("POLYGON((16 15,-132 10,-56 89,67 5,16 15))",
+                              "POLYGON((101 49,12 40,-164 10,117 0,101 49))",
+                              expected("iiu")("iui"));
 }
 
 int test_main(int, char* [])