[geos-commits] [SCM] GEOS branch main updated. 0aef713ac930e7247c50a1ae720c36f0f0bf790a

git at osgeo.org git at osgeo.org
Mon Dec 11 14:51:10 PST 2023


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, main has been updated
       via  0aef713ac930e7247c50a1ae720c36f0f0bf790a (commit)
      from  86e1f00d388c20b5eb948d01bd888ab93134d001 (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 0aef713ac930e7247c50a1ae720c36f0f0bf790a
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Mon Dec 11 14:50:04 2023 -0800

    Remove unnecassary precision from XML test

diff --git a/tests/xmltester/tests/general/TestUnaryUnion.xml b/tests/xmltester/tests/general/TestUnaryUnion.xml
index 6f4ee78f7..2a8da6df2 100644
--- a/tests/xmltester/tests/general/TestUnaryUnion.xml
+++ b/tests/xmltester/tests/general/TestUnaryUnion.xml
@@ -1,6 +1,5 @@
 <run>
   <desc>Tests for Geometry.union() method (unary union)</desc>
-  <precisionModel scale="1.0" offsetx="0.0" offsety="0.0"/>
 
 <case>
   <desc>P - point (showing merging of identical points)</desc>
@@ -144,18 +143,6 @@
   </test>
 </case>
 
-<case>
-  <desc>mP - multipolygon (invalid) with topology collapse</desc>
-  <a>    MULTIPOLYGON (((0 0, 150 0, 150 1, 0 0)),
-  ((180 0, 20 0, 20 100, 180 100, 180 0)))
-  </a>
-  <test>
-    <op name="union" arg1="A">
-  POLYGON ((150 0, 20 0, 20 100, 180 100, 180 0, 150 0))
-    </op>
-  </test>
-</case>
-
 <case>
   <desc>P - empty point</desc>
   <a>POINT EMPTY</a>

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list