From 5b22130203397bb9c7a1d701d0b67e8513ca8372 Mon Sep 17 00:00:00 2001 From: Martin Davis <mtnclimb@gmail.com> Date: Fri, 2 Aug 2024 12:28:55 -0700 Subject: [PATCH] Fix testing doc path --- web/content/project/development/tests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/content/project/development/tests.md b/web/content/project/development/tests.md index 2298639a3e..89ba0df2e1 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: