Skip to content

Commit 5b22130

Browse files
committed
Fix testing doc path
1 parent 7791300 commit 5b22130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/content/project/development/tests.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ $ bin/test_geos_unit capi::GEOSBuffer 1
4040
### XML Tests
4141

4242
The XML test suite is a set of portable, declarative tests which can be run in both GEOS and JTS.
43-
They are located in `../geos/tests/xmltester/tests`.
43+
They are located in `tests/xmltester/tests`.
4444
XML tests can be run using `test_xmltester`:
4545

4646
```
47-
bin/test_xmltester ../geos/tests/xmltester/tests/robust/overlay/TestOverlay-geos-837.xml
47+
bin/test_xmltester ../tests/xmltester/tests/robust/overlay/TestOverlay-geos-837.xml
4848
```
4949

5050
The XML Tester provides the following options:

0 commit comments

Comments
 (0)