Changeset 31786 in osm
- Timestamp:
- 2015-12-02T00:39:31+01:00 (9 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r31762 r31786 244 244 <ant target="test" dir="graphview"/> 245 245 <ant target="test" dir="ImportImagePlugin"/> 246 <ant target="test" dir="mapillary"/> 246 247 <ant target="test" dir="opendata"/> 247 248 <ant target="test" dir="turnrestrictions"/> -
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/AbstractTest.java
r31460 r31786 2 2 3 3 import org.junit.BeforeClass; 4 import org.junit.Ignore; 4 5 import org.openstreetmap.josm.plugins.mapillary.utils.TestUtil; 5 6 … … 10 11 * 11 12 */ 13 @Ignore 12 14 public abstract class AbstractTest { 13 15
Note:
See TracChangeset
for help on using the changeset viewer.