Changeset 31314 in osm for applications/editors/josm/plugins/mapillary/test/unit
- Timestamp:
- 2015-06-29T11:43:14+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/ImportTest.java
r31311 r31314 3 3 import static org.junit.Assert.*; 4 4 5 import org.junit.Before; 5 6 import org.junit.Test; 6 7 7 8 public class ImportTest { 8 9 10 @Before 11 public void setUp() { 12 MapillaryData.TEST_MODE = true; 13 14 } 15 9 16 @Test 10 17 public void test() {
Note:
See TracChangeset
for help on using the changeset viewer.