Changeset 31348 in osm for applications/editors/josm/plugins/mapillary/test/unit/org
- Timestamp:
- 2015-07-07T13:56:40+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/ImportedImageTest.java
r31347 r31348 8 8 public class ImportedImageTest { 9 9 10 @Before 11 public void setUp() { 12 MapillaryData.TEST_MODE = true; 13 14 } 15 10 @Before 11 public void setUp() { 12 MapillaryData.TEST_MODE = true; 13 } 16 14 17 15 @Test(expected=IllegalArgumentException.class)
Note:
See TracChangeset
for help on using the changeset viewer.