[geos-commits] [SCM] GEOS branch 3.8 updated. a63a5df5c80c543f7858e9e5d318e5b4bd767a21

git at osgeo.org git at osgeo.org
Thu Dec 10 07:29:40 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.8 has been updated
       via  a63a5df5c80c543f7858e9e5d318e5b4bd767a21 (commit)
      from  e4a0126ab5b3eabafb8d805544a3f3af299acfbe (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 a63a5df5c80c543f7858e9e5d318e5b4bd767a21
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 b20dafe..08dde31 100644
--- a/tests/xmltester/Makefile.am
+++ b/tests/xmltester/Makefile.am
@@ -110,6 +110,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