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

git at osgeo.org git at osgeo.org
Tue Nov 13 11:27:19 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  ef45cdaf46cd53edeaa6f9640e08d55882993499 (commit)
      from  23c6c3ec432a3a4db3a8c568cd141f17f1dd33a9 (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 ef45cdaf46cd53edeaa6f9640e08d55882993499
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Nov 13 11:27:05 2018 -0800

    Make test XML more valid

diff --git a/tests/xmltester/tests/linemerge.xml b/tests/xmltester/tests/linemerge.xml
index ad15e18..014406f 100644
--- a/tests/xmltester/tests/linemerge.xml
+++ b/tests/xmltester/tests/linemerge.xml
@@ -1,11 +1,12 @@
 <run>
-<precisionModel scale=1.0 offsetx=0.0 offsety=0.0/>
-<case><desc>Case #</desc>
+<precisionModel scale='1.0' offsetx='0.0' offsety='0.0' />
+<case>
+<desc>Case</desc>
 <a>
 MULTILINESTRING((0 0, 10 0), (10 0, 20 0))
 </a>
 <test>
-<op name="Linemerge" arg1="A">
+<op name="linemerge" arg1="a">
 GEOMETRYCOLLECTION ( LINESTRING(0 0, 10 0, 20 0) )
 </op>
 </test>

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

Summary of changes:
 tests/xmltester/tests/linemerge.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list