Changeset 14074 in josm for trunk/test
- Timestamp:
- 2018-08-02T21:29:26+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/layer/gpx/DownloadWmsAlongTrackActionTest.java
r14069 r14074 2 2 package org.openstreetmap.josm.gui.layer.gpx; 3 3 4 import static org.junit.Assert.assertFalse;4 import static java.util.concurrent.TimeUnit.MILLISECONDS; 5 5 import static org.junit.Assert.assertNotNull; 6 6 import static org.junit.Assert.assertNull; 7 7 import static org.junit.Assert.assertTrue; 8 import static java.util.concurrent.TimeUnit.MILLISECONDS;9 8 10 9 import org.awaitility.Awaitility;
Note:
See TracChangeset
for help on using the changeset viewer.