Changeset 16600 in josm for trunk/test


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

see #19330 - SelectionSynchronizer: do not interpolate selection interval gaps

File:
1 edited

Legend:

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

    r16215 r16600  
    99import org.junit.Rule;
    1010import org.junit.Test;
     11import org.openstreetmap.hot.sds.SeparateDataStorePlugin;
    1112import org.openstreetmap.josm.testutils.JOSMTestRules;
    1213
     
    2324    @Rule
    2425    @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD")
    25     public JOSMTestRules rules = new JOSMTestRules().projection();
     26    public JOSMTestRules rules = new JOSMTestRules().projection().main();
    2627
    2728
     
    3132    @Test
    3233    public void testUtilityClass() {
     34        new SeparateDataStorePlugin(null);
    3335        Logging.clearLastErrorAndWarnings();
    3436        Territories.initialize();
Note: See TracChangeset for help on using the changeset viewer.