Changes between Initial Version and Version 1 of Ticket #16567, comment 3
- Timestamp:
- 2019-10-31T18:05:42+01:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16567, comment 3
initial v1 7 7 public JOSMTestRules test = new JOSMTestRules().projection(); 8 8 }}} 9 10 EDIT: 11 JUnit 5 jars will need to be downloaded to `test/lib/junit` for `ant test` 12 {{{ 13 #!bash 14 $ curl -O "https://search.maven.org/remotecontent?filepath=org/junit/jupiter/junit-jupiter/5.5.2/junit-jupiter-5.5.2.jar" 15 $ curl -O "https://search.maven.org/remotecontent?filepath=org/junit/jupiter/junit-jupiter-api/5.5.2/junit-jupiter-api-5.5.2.jar" 16 }}}