Ignore:
Timestamp:
2019-10-01T02:20:06+02:00 (7 years ago)
Author:
Don-vip
Message:

Force metric measurement system only in tests requiring it as it creates a new preference entry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/layer/GpxLayerTest.java

    r15399 r15400  
    4141    @Rule
    4242    @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD")
    43     public JOSMTestRules test = new JOSMTestRules().main().projection().i18n();
     43    public JOSMTestRules test = new JOSMTestRules().main().projection().i18n().metricSystem();
    4444
    4545    private static String getHtml(GpxLayer layer) {
Note: See TracChangeset for help on using the changeset viewer.