[geos-commits] [SCM] GEOS branch 3.7 updated. 55011eb38d6db4c3f89afc419e3137c7d806fa52

git at osgeo.org git at osgeo.org
Thu Dec 10 07:25:57 PST 2020


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  55011eb38d6db4c3f89afc419e3137c7d806fa52 (commit)
      from  4ae53b7dc8c7523ca8d1011107d601e2dc4f6705 (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 55011eb38d6db4c3f89afc419e3137c7d806fa52
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Dec 10 16:25:34 2020 +0100

    Add tests for relate with empty components (#1085)

diff --git a/tests/xmltester/Makefile.am b/tests/xmltester/Makefile.am
index c11ad2a..48c10a0 100644
--- a/tests/xmltester/Makefile.am
+++ b/tests/xmltester/Makefile.am
@@ -45,6 +45,7 @@ SAFE_XMLTESTS=$(srcdir)/tests/testLeaksBig.xml \
 	$(srcdir)/tests/ticket/bug716.xml \
 	$(srcdir)/tests/ticket/bug837.xml \
 	$(srcdir)/tests/ticket/bug838.xml \
+	$(srcdir)/tests/ticket/bug1085.xml \
 	$(srcdir)/tests/general/TestBoundary.xml \
 	$(srcdir)/tests/general/TestBuffer.xml \
 	$(srcdir)/tests/general/TestBufferMitredJoin.xml \
diff --git a/tests/xmltester/tests/ticket/bug1085.xml b/tests/xmltester/tests/ticket/bug1085.xml
new file mode 100644
index 0000000..00c180d
--- /dev/null
+++ b/tests/xmltester/tests/ticket/bug1085.xml
@@ -0,0 +1,19 @@
+<run>
+  <precisionModel />
+
+<case>
+<desc>
+Empty component in multilinestring
+See https://trac.osgeo.org/geos/ticket/1085
+</desc>
+  <a>
+    LINESTRING(0 0, 10 0)
+  </a>
+  <b>
+    MULTILINESTRING((0 10,10 -10),EMPTY)
+  </b>
+<test><op name="relate" arg3="0F1FF0102" arg1="A" arg2="B">true </op> </test>
+</case>
+
+
+</run>

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

Summary of changes:
 tests/xmltester/Makefile.am              |  1 +
 tests/xmltester/tests/ticket/bug1085.xml | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 tests/xmltester/tests/ticket/bug1085.xml


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list