Changeset 8457 in josm for trunk/test/unit


Ignore:
Timestamp:
2015-06-03T12:21:56+02:00 (9 years ago)
Author:
Don-vip
Message:

fix #11512 - update unit test

File:
1 edited

Legend:

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

    r7944 r8457  
    1313import java.nio.charset.StandardCharsets;
    1414import java.util.ArrayList;
    15 import java.util.Collection;
    1615import java.util.HashMap;
    1716import java.util.HashSet;
     
    4544public class ProjectionRegressionTest {
    4645
    47     public static final String PROJECTION_DATA_FILE = "data_nodist/projection-regression-test-data.csv";
     46    private static final String PROJECTION_DATA_FILE = "data_nodist/projection-regression-test-data.csv";
    4847
    4948    private static class TestData {
Note: See TracChangeset for help on using the changeset viewer.