Changes between Version 39 and Version 40 of DevelopersGuide/Compiling
- Timestamp:
- 2024-09-23T04:19:05+02:00 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/Compiling
v39 v40 122 122 java -cp %TESTCP% org.junit.runner.JUnitCore org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTaskTest 123 123 }}} 124 125 == Data validator tests == 126 127 The data validator tests are run within JOSM. 128 129 Enable advanced preferences and set `validator.check_assert_local_rules` to `true`. Then, go to data validator tag checker rules, and locate the entry with the file containing the tests you would like to run. Set its path to the local copy you are editing. Once your changes are confirmed, all the assertions in that file are run. Any failures are printed to the console as warnings.
