Changes between Version 39 and Version 40 of DevelopersGuide/Compiling


Ignore:
Timestamp:
2024-09-23T04:19:05+02:00 (15 months ago)
Author:
huntertur
Comment:

Add information about data validator tests

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/Compiling

    v39 v40  
    122122java -cp %TESTCP% org.junit.runner.JUnitCore org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTaskTest
    123123}}}
     124
     125== Data validator tests ==
     126
     127The data validator tests are run within JOSM.
     128
     129Enable 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.