Changeset 32360 in osm for applications/editors
- Timestamp:
- 2016-06-22T02:09:28+02:00 (8 years ago)
- Location:
- applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/archive/ZipReaderTest.java
r32355 r32360 29 29 */ 30 30 @Rule 31 public JOSMTestRules rules = new JOSMTestRules().preferences() ;31 public JOSMTestRules rules = new JOSMTestRules().preferences().noTimeout(); 32 32 33 33 /** -
applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/geographic/ShpReaderTest.java
r32355 r32360 28 28 */ 29 29 @Rule 30 public JOSMTestRules rules = new JOSMTestRules().preferences() ;30 public JOSMTestRules rules = new JOSMTestRules().preferences().timeout(60000); 31 31 32 32 /**
Note:
See TracChangeset
for help on using the changeset viewer.