Changeset 31799 in osm for applications/editors/josm/plugins/mapillary/test/unit
- Timestamp:
- 2015-12-05T00:54:44+01:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/io/download/MapillarySequenceDownloadThreadTest.java
r31797 r31799 15 15 import org.openstreetmap.josm.plugins.mapillary.AbstractTest; 16 16 import org.openstreetmap.josm.plugins.mapillary.MapillaryLayer; 17 import org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin; 17 18 import org.openstreetmap.josm.plugins.mapillary.io.download.MapillaryDownloader; 18 19 import org.openstreetmap.josm.plugins.mapillary.io.download.MapillarySequenceDownloadThread; … … 47 48 "?max_lat=%.8f&max_lon=%.8f&min_lat=%.8f&min_lon=%.8f&limit=10&client_id=%s", 48 49 maxLatLon.lat(), maxLatLon.lon(), minLatLon.lat(), minLatLon.lon(), 49 Mapillary Downloader.CLIENT_ID);50 MapillaryPlugin.CLIENT_ID); 50 51 MapillaryLayer.getInstance().getData().bounds.add(new Bounds(minLatLon, 51 52 maxLatLon)); -
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/utils/MapillaryUtilsTest.java
r31460 r31799 15 15 */ 16 16 public class MapillaryUtilsTest { 17 18 @Test 19 public void testUtilityClass() { 20 TestUtil.testUtilityClass(MapillaryUtils.class); 21 } 17 22 18 23 /**
Note:
See TracChangeset
for help on using the changeset viewer.