Changeset 9501 in josm for trunk/test/unit/org/openstreetmap/josm/plugins
- Timestamp:
- 2016-01-17T15:06:09+01:00 (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 10 10 taginfo-img 11 11 build2 12 junit*.properties 13 foobar
-
- Property svn:ignore
-
trunk/test
- Property svn:ignore
-
old new 2 2 report 3 3 jacoco.exec 4 jacocoIT.exec
-
- Property svn:ignore
-
trunk/test/unit/org/openstreetmap/josm/plugins/PluginHandlerTestIT.java
r9500 r9501 20 20 21 21 /** 22 * Unittests of {@link PluginHandler} class.22 * Integration tests of {@link PluginHandler} class. 23 23 */ 24 public class PluginHandlerTest {24 public class PluginHandlerTestIT { 25 25 26 26 /**
Note:
See TracChangeset
for help on using the changeset viewer.