Ignore:
Timestamp:
2017-09-09T10:35:27+02:00 (9 years ago)
Author:
bastiK
Message:

see #15273, see #15229 - fix unit tests, PMD, etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/JOSMFixture.java

    r12760 r12795  
    121121        Main.setProjection(Projections.getProjectionByCode("EPSG:3857")); // Mercator
    122122
     123        // setup projection grid files
     124        MainApplication.setupNadGridSources();
     125
    123126        // make sure we don't upload to or test against production
    124127        url = OsmApi.getOsmApi().getBaseUrl().toLowerCase(Locale.ENGLISH).trim();
Note: See TracChangeset for help on using the changeset viewer.