[geos-commits] [SCM] GEOS branch main-relate-ng updated. 43ac48e54737af05cedf380765ea5b68534464ce
git at osgeo.org
git at osgeo.org
Wed Aug 7 13:34:46 PDT 2024
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, main-relate-ng has been updated
via 43ac48e54737af05cedf380765ea5b68534464ce (commit)
from 8cbea4e4af2d631159479e5239984732719e550d (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 43ac48e54737af05cedf380765ea5b68534464ce
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Wed Aug 7 13:34:20 2024 -0700
Sync invalid relates to RelateNG behaviour
diff --git a/tests/xmltester/tests/misc/InvalidRelates.xml b/tests/xmltester/tests/misc/InvalidRelates.xml
index d1c2b7125..69b80bdd6 100644
--- a/tests/xmltester/tests/misc/InvalidRelates.xml
+++ b/tests/xmltester/tests/misc/InvalidRelates.xml
@@ -38,7 +38,7 @@
((20 180, 20 80, 180 80, 180 180, 20 180)))
</b>
<test>
- <op arg1="A" arg2="B" arg3="1FF0FF212" name="relate">true</op>
+ <op arg1="A" arg2="B" arg3="1FFF0F212" name="relate">true</op>
</test>
</case>
@@ -53,7 +53,7 @@
((60 180, 60 80, 180 80, 180 180, 60 180)))
</b>
<test>
- <op arg1="A" arg2="B" arg3="11F00F212" name="relate">true</op>
+ <op arg1="A" arg2="B" arg3="111F0F212" name="relate">true</op>
</test>
</case>
-----------------------------------------------------------------------
Summary of changes:
tests/xmltester/tests/misc/InvalidRelates.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list