Changeset 9501 in josm for trunk/test
- Timestamp:
- 2016-01-17T15:06:09+01:00 (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 4 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/functional/org/openstreetmap/josm/data/osm/TaginfoTestIT.java
r9496 r9501 26 26 27 27 /** 28 * Various tests with Taginfo.28 * Various integration tests with Taginfo. 29 29 */ 30 public class Taginfo IntegrationTest{30 public class TaginfoTestIT { 31 31 32 32 /** -
trunk/test/unit/org/openstreetmap/josm/gui/preferences/map/MapPaintPreferenceTestIT.java
r9500 r9501 28 28 29 29 /** 30 * Unittests of {@link MapPaintPreference} class.30 * Integration tests of {@link MapPaintPreference} class. 31 31 */ 32 public class MapPaintPreferenceTest {32 public class MapPaintPreferenceTestIT { 33 33 34 34 /** -
trunk/test/unit/org/openstreetmap/josm/gui/preferences/map/TaggingPresetPreferenceTestIT.java
r9500 r9501 23 23 24 24 /** 25 * Unittests of {@link TaggingPresetPreference} class.25 * Integration tests of {@link TaggingPresetPreference} class. 26 26 */ 27 public class TaggingPresetPreferenceTest {27 public class TaggingPresetPreferenceTestIT { 28 28 29 29 /** -
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.