[geos-commits] [SCM] GEOS branch 3.7 updated. 4c2ab3589a50e180075432beee104d7c5c534d9c

git at osgeo.org git at osgeo.org
Tue Nov 13 12:28:17 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, 3.7 has been updated
       via  4c2ab3589a50e180075432beee104d7c5c534d9c (commit)
      from  17d246b75c2e8bfa468ec04edfb2b7aa10780d94 (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 4c2ab3589a50e180075432beee104d7c5c534d9c
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Nov 13 12:28:08 2018 -0800

    Make XML legal

diff --git a/tests/xmltester/tests/linemerge.xml b/tests/xmltester/tests/linemerge.xml
index ad15e18..4a2c450 100644
--- a/tests/xmltester/tests/linemerge.xml
+++ b/tests/xmltester/tests/linemerge.xml
@@ -1,5 +1,5 @@
 <run>
-<precisionModel scale=1.0 offsetx=0.0 offsety=0.0/>
+<precisionModel scale="1.0" offsetx="0.0" offsety="0.0" />
 <case><desc>Case #</desc>
 <a>
 MULTILINESTRING((0 0, 10 0), (10 0, 20 0))

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list