Changes between Initial Version and Version 1 of Ticket #16567, comment 3


Ignore:
Timestamp:
2019-10-31T18:05:42+01:00 (6 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16567, comment 3

    initial v1  
    77    public JOSMTestRules test = new JOSMTestRules().projection();
    88}}}
     9
     10EDIT:
     11JUnit 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}}}