Changeset 9908 in josm for trunk/test/unit/org/openstreetmap


Ignore:
Timestamp:
2016-03-01T23:53:38+01:00 (8 years ago)
Author:
Don-vip
Message:

see #12186, #11924 - update projection regression test file for Java 9

generated on Windows with:

java version "9-ea"
Java(TM) SE Runtime Environment (build 9-ea+107-2016-02-24-182456.javare.4520.nc)
Java HotSpot(TM) 64-Bit Server VM (build 9-ea+107-2016-02-24-182456.javare.4520.nc, mixed mode)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionRegressionTest.java

    r9199 r9908  
    5757    }
    5858
     59    /**
     60     * Program entry point to update reference projection file.
     61     * @param args not used
     62     * @throws IOException if any I/O errors occurs
     63     */
    5964    public static void main(String[] args) throws IOException {
    6065        setUp();
     
    155160    }
    156161
     162    /**
     163     * Non-regression unit test.
     164     * @throws IOException if any I/O error occurs
     165     */
    157166    @Test
    158     public void regressionTest() throws IOException, FileNotFoundException {
     167    public void regressionTest() throws IOException {
    159168        List<TestData> allData = readData();
    160169        Set<String> dataCodes = new HashSet<>();
Note: See TracChangeset for help on using the changeset viewer.