Changeset 9655 in josm for trunk/test/functional/org
- Timestamp:
- 2016-01-27T21:14:35+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/io/MultiFetchServerObjectReaderTest.java
r9374 r9655 22 22 import org.junit.Before; 23 23 import org.junit.BeforeClass; 24 import org.junit.Rule; 24 25 import org.junit.Test; 26 import org.junit.rules.Timeout; 25 27 import org.openstreetmap.josm.JOSMFixture; 26 28 import org.openstreetmap.josm.Main; … … 41 43 42 44 /** 45 * Global timeout applied to all test methods. 46 */ 47 @Rule 48 public Timeout globalTimeout = Timeout.seconds(60); 49 50 /** 43 51 * builds a large data set to be used later for testing MULTI FETCH on the server 44 52 *
Note:
See TracChangeset
for help on using the changeset viewer.