Changeset 16602 in josm for trunk/test/unit/org


Ignore:
Timestamp:
2020-06-11T14:25:20+02:00 (4 years ago)
Author:
simon04
Message:

Fix TerritoriesTestIT

Accidentally modified in r16600.

File:
1 edited

Legend:

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

    r16600 r16602  
    99import org.junit.Rule;
    1010import org.junit.Test;
    11 import org.openstreetmap.hot.sds.SeparateDataStorePlugin;
    1211import org.openstreetmap.josm.testutils.JOSMTestRules;
    1312
     
    2423    @Rule
    2524    @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD")
    26     public JOSMTestRules rules = new JOSMTestRules().projection().main();
     25    public JOSMTestRules rules = new JOSMTestRules().projection();
    2726
    2827
     
    3231    @Test
    3332    public void testUtilityClass() {
    34         new SeparateDataStorePlugin(null);
    3533        Logging.clearLastErrorAndWarnings();
    3634        Territories.initialize();
Note: See TracChangeset for help on using the changeset viewer.