[geos-commits] [SCM] GEOS branch main updated. af08e9d5318ad823072d17908058c6b1aa9125b9

git at osgeo.org git at osgeo.org
Mon Jan 20 17:33:14 PST 2025


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  af08e9d5318ad823072d17908058c6b1aa9125b9 (commit)
      from  7ba919f44e2eb7312393d79e7d53e3b2d25c926e (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 af08e9d5318ad823072d17908058c6b1aa9125b9
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Mon Jan 20 17:32:38 2025 -0800

    Fix XML test input geometry

diff --git a/tests/xmltester/tests/general/TestCentroid.xml b/tests/xmltester/tests/general/TestCentroid.xml
index 62791cae3..1e6014689 100644
--- a/tests/xmltester/tests/general/TestCentroid.xml
+++ b/tests/xmltester/tests/general/TestCentroid.xml
@@ -56,7 +56,7 @@
 
 <case>
   <desc>L - elongated horseshoe</desc>
-  <a>    LINESTRING (80 0, 80 120, 120 120, 120 0))
+  <a>    LINESTRING (80 0, 80 120, 120 120, 120 0)
 	</a>
 <test><op name="getCentroid" arg1="A" >    POINT (100 68.57142857142857)   </op></test>
 </case>

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

Summary of changes:
 tests/xmltester/tests/general/TestCentroid.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list