Skip to content

Commit

Permalink
Fix testing doc path
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts committed Aug 2, 2024
1 parent 7791300 commit 5b22130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/content/project/development/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5b22130

Please sign in to comment.