Changeset 31454 in osm for applications/editors/josm/plugins/mapillary/test/unit/org
- Timestamp:
- 2015-08-05T11:46:28+02:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/MapillarySequenceDownloadThreadTest.java
r31453 r31454 10 10 import java.util.concurrent.Executors; 11 11 12 import org.junit.Before;13 12 import org.junit.Test; 14 13 import org.openstreetmap.josm.data.Bounds; … … 16 15 import org.openstreetmap.josm.plugins.mapillary.downloads.MapillaryDownloader; 17 16 import org.openstreetmap.josm.plugins.mapillary.downloads.MapillarySequenceDownloadThread; 18 import org.openstreetmap.josm.plugins.mapillary.util.TestUtil;19 17 20 18 /**
Note:
See TracChangeset
for help on using the changeset viewer.