[geos-commits] [SCM] GEOS branch main updated. 92f4303a0e83d5a5cf216d59e05a2dcc3527f07c

git at osgeo.org git at osgeo.org
Thu May 4 09:17:45 PDT 2023


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 has been updated
       via  92f4303a0e83d5a5cf216d59e05a2dcc3527f07c (commit)
      from  4c3bd72ba73e9688b0712d9878d073559c84e4d6 (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 92f4303a0e83d5a5cf216d59e05a2dcc3527f07c
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu May 4 18:17:23 2023 +0200

    Use xml prefix for xml tests (#893)

diff --git a/tests/xmltester/CMakeLists.txt b/tests/xmltester/CMakeLists.txt
index 94b71bc93..05dc1b950 100644
--- a/tests/xmltester/CMakeLists.txt
+++ b/tests/xmltester/CMakeLists.txt
@@ -36,7 +36,7 @@ foreach(_testdir general issue misc robust validate)
         CONFIGURE_DEPEND)
     foreach(_testfile ${_testfiles})
         get_filename_component(_testname ${_testfile} NAME_WE)
-        add_test(NAME ${_testdir}-${_testname}
+        add_test(NAME xml-${_testdir}-${_testname}
             COMMAND test_xmltester -v --test-valid-output ${_testfile})
         list(APPEND _xmltests ${_testfile})
     endforeach()
@@ -52,7 +52,7 @@ add_test(NAME all-xml-tests
 unset(_xmltests)
 
 # Disable tests that are known to fail on 32-bit systems.
-set_tests_properties(issue-issue-geos-837 PROPERTIES DISABLED $<EQUAL:4,${CMAKE_SIZEOF_VOID_P}>)
+set_tests_properties(xml-issue-issue-geos-837 PROPERTIES DISABLED $<EQUAL:4,${CMAKE_SIZEOF_VOID_P}>)
 
 unset(_testdir)
 unset(_testname)

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

Summary of changes:
 tests/xmltester/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list