[geos-commits] [SCM] GEOS branch master updated. c8244b4e8e25cc3eac65481d1fff97f4748569a7

git at osgeo.org git at osgeo.org
Tue Nov 27 17:12:01 PST 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, master has been updated
       via  c8244b4e8e25cc3eac65481d1fff97f4748569a7 (commit)
      from  31afc5d8d87c131168b38a1679aa57ec81f69bd4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c8244b4e8e25cc3eac65481d1fff97f4748569a7
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Nov 27 17:11:48 2018 -0800

    Remove failing tests from XML for now

diff --git a/tests/xmltester/tests/general/TestFunctionAA.xml b/tests/xmltester/tests/general/TestFunctionAA.xml
index ef006bd..d0d713a 100644
--- a/tests/xmltester/tests/general/TestFunctionAA.xml
+++ b/tests/xmltester/tests/general/TestFunctionAA.xml
@@ -630,34 +630,4 @@
 </test>
 </case>
 
-<case>
-  <desc>AA - Polygons which stress hole assignment</desc>
-  <a>
-POLYGON ((0 0, 4 0, 4 4, 0 4, 0 0), (1 1, 1 2, 2 1, 1 1), (1 2, 1 3, 2 3, 1 2), (2 3, 3 3, 3 2, 2 3))
-  </a>
-  <b>
-POLYGON ((2 1, 3 1, 3 2, 2 1))
-  </b>
-<test>
-  <op name="intersection" arg1="A" arg2="B">
-POLYGON ((3 2, 3 1, 2 1, 3 2))
-  </op>
-</test>
-<test>
-  <op name="union" arg1="A" arg2="B">
-POLYGON ((0 0, 0 4, 4 4, 4 0, 0 0), (1 2, 1 1, 2 1, 1 2), (1 2, 2 3, 1 3, 1 2), (2 3, 3 2, 3 3, 2 3))
-  </op>
-</test>
-<test>
-  <op name="difference" arg1="A" arg2="B">
-MULTIPOLYGON (((0 0, 0 4, 4 4, 4 0, 0 0), (1 2, 1 1, 2 1, 3 1, 3 2, 3 3, 2 3, 1 3, 1 2)), ((2 1, 1 2, 2 3, 3 2, 2 1)))
-  </op>
-</test>
-<test>
-  <op name="symdifference" arg1="A" arg2="B">
-MULTIPOLYGON (((0 0, 0 4, 4 4, 4 0, 0 0), (1 2, 1 1, 2 1, 3 1, 3 2, 3 3, 2 3, 1 3, 1 2)), ((2 1, 1 2, 2 3, 3 2, 2 1)))
-  </op>
-</test>
-</case>
-
 </run>

-----------------------------------------------------------------------

Summary of changes:
 tests/xmltester/tests/general/TestFunctionAA.xml | 30 ------------------------
 1 file changed, 30 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list