Changeset 31445 in osm for applications/editors/josm/plugins/mapillary/test
- Timestamp:
- 2015-08-04T11:35:15+02:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/MapillaryAbstractImageTest.java
r31411 r31445 8 8 import java.util.TimeZone; 9 9 10 import org.junit.Before;11 10 import org.junit.Test; 12 11 import org.openstreetmap.josm.Main; 13 import org.openstreetmap.josm.plugins.mapillary.util.TestUtil;14 12 15 13 /** 16 14 * 17 15 */ 18 public class MapillaryAbstractImageTest { 19 20 @Before 21 public void init() { 22 TestUtil.initPlugin(); 23 } 16 public class MapillaryAbstractImageTest extends AbstractTest{ 24 17 25 18 /** -
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/MapillarySequenceDownloadThreadTest.java
r31409 r31445 28 28 @Before 29 29 public void setUp() { 30 MapillaryData.TEST_MODE = true;31 30 TestUtil.initPlugin(); 32 31 }
Note:
See TracChangeset
for help on using the changeset viewer.