[geos-commits] [SCM] GEOS branch master updated. 6d71376a638e466b6c568724bb90caded0c970d1
git at osgeo.org
git at osgeo.org
Thu Nov 15 15:04:28 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 6d71376a638e466b6c568724bb90caded0c970d1 (commit)
from 6ef28f282e6a336302267b249fcac6cc59c54cae (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 6d71376a638e466b6c568724bb90caded0c970d1
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu Nov 15 15:03:58 2018 -0800
Revert tests/general/TestFunctionAA.xml to previous version, as it requires further ports from JTS to support new behaviour
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