Changeset 31453 in osm for applications/editors/josm/plugins/mapillary/test/unit
- Timestamp:
- 2015-08-05T11:46:16+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/MapillarySequenceDownloadThreadTest.java
r31451 r31453 21 21 * 22 22 */ 23 public class MapillarySequenceDownloadThreadTest { 24 25 /** 26 * @throws java.lang.Exception 27 */ 28 @Before 29 public void setUp() { 30 TestUtil.initPlugin(); 31 } 23 public class MapillarySequenceDownloadThreadTest extends AbstractTest { 32 24 33 25 /**
Note:
See TracChangeset
for help on using the changeset viewer.