[geos-commits] [SCM] GEOS branch 3.9 updated. 5761324497a11456f69056eb08f782f02661a62c

git at osgeo.org git at osgeo.org
Thu Dec 10 07:30:23 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.9 has been updated
       via  5761324497a11456f69056eb08f782f02661a62c (commit)
      from  0a17e663f526f79caa81b421911ce419729b68e8 (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 5761324497a11456f69056eb08f782f02661a62c
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 d0ec2df..4a13513 100644
--- a/tests/xmltester/Makefile.am
+++ b/tests/xmltester/Makefile.am
@@ -166,6 +166,7 @@ SAFE_XMLTESTS= \
 	$(srcdir)/tests/issue/issue-geos-990.xml \
 	$(srcdir)/tests/issue/issue-geos-994.xml \
 	$(srcdir)/tests/issue/issue-geos-1018.xml \
+	$(srcdir)/tests/issue/issue-geos-1085.xml \
 	$(srcdir)/tests/validate/TestRelateAA-big.xml \
 	$(srcdir)/tests/validate/TestRelateAA.xml \
 	$(srcdir)/tests/validate/TestRelateAC.xml \
diff --git a/tests/xmltester/tests/issue/issue-geos-1085.xml b/tests/xmltester/tests/issue/issue-geos-1085.xml
new file mode 100644
index 0000000..00c180d
--- /dev/null
+++ b/tests/xmltester/tests/issue/issue-geos-1085.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/issue/issue-geos-1085.xml | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 tests/xmltester/tests/issue/issue-geos-1085.xml


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list