Changeset 31501 in osm for applications/editors/josm/plugins/mapillary/test/unit
- Timestamp:
- 2015-08-15T12:30:33+02:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/downloads
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/downloads/MapillarySequenceDownloadThreadTest.java
r31500 r31501 2 2 * 3 3 */ 4 package org.openstreetmap.josm.plugins.mapillary; 4 package org.openstreetmap.josm.plugins.mapillary.downloads; 5 5 6 6 import static org.junit.Assert.assertTrue; … … 13 13 import org.openstreetmap.josm.data.Bounds; 14 14 import org.openstreetmap.josm.data.coor.LatLon; 15 import org.openstreetmap.josm.plugins.mapillary.AbstractTest; 16 import org.openstreetmap.josm.plugins.mapillary.MapillaryLayer; 15 17 import org.openstreetmap.josm.plugins.mapillary.downloads.MapillaryDownloader; 16 18 import org.openstreetmap.josm.plugins.mapillary.downloads.MapillarySequenceDownloadThread;
Note:
See TracChangeset
for help on using the changeset viewer.