Changeset 16602 in josm for trunk/test/unit/org
- Timestamp:
- 2020-06-11T14:25:20+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/tools/TerritoriesTestIT.java
r16600 r16602 9 9 import org.junit.Rule; 10 10 import org.junit.Test; 11 import org.openstreetmap.hot.sds.SeparateDataStorePlugin;12 11 import org.openstreetmap.josm.testutils.JOSMTestRules; 13 12 … … 24 23 @Rule 25 24 @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD") 26 public JOSMTestRules rules = new JOSMTestRules().projection() .main();25 public JOSMTestRules rules = new JOSMTestRules().projection(); 27 26 28 27 … … 32 31 @Test 33 32 public void testUtilityClass() { 34 new SeparateDataStorePlugin(null);35 33 Logging.clearLastErrorAndWarnings(); 36 34 Territories.initialize();
Note:
See TracChangeset
for help on using the changeset viewer.