[geos-commits] [SCM] GEOS branch main updated. 5b22130203397bb9c7a1d701d0b67e8513ca8372

git at osgeo.org git at osgeo.org
Fri Aug 2 12:29:16 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 has been updated
       via  5b22130203397bb9c7a1d701d0b67e8513ca8372 (commit)
      from  7791300797a36a326b27d7eb031ac4a600b90a07 (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 5b22130203397bb9c7a1d701d0b67e8513ca8372
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Fri Aug 2 12:28:55 2024 -0700

    Fix testing doc path

diff --git a/web/content/project/development/tests.md b/web/content/project/development/tests.md
index 2298639a3..89ba0df2e 100644
--- a/web/content/project/development/tests.md
+++ b/web/content/project/development/tests.md
@@ -40,11 +40,11 @@ $ bin/test_geos_unit capi::GEOSBuffer 1
 ### XML Tests
 
 The XML test suite is a set of portable, declarative tests which can be run in both GEOS and JTS.
-They are located in `../geos/tests/xmltester/tests`.
+They are located in `tests/xmltester/tests`.
 XML tests can be run using `test_xmltester`:
 
 ```
-bin/test_xmltester ../geos/tests/xmltester/tests/robust/overlay/TestOverlay-geos-837.xml
+bin/test_xmltester ../tests/xmltester/tests/robust/overlay/TestOverlay-geos-837.xml
 ```
 
 The XML Tester provides the following options:

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

Summary of changes:
 web/content/project/development/tests.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list