Changeset 9501 in josm for trunk/test/unit/org/openstreetmap/josm/gui/preferences/map
- Timestamp:
- 2016-01-17T15:06:09+01:00 (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 2 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/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 /**
Note:
See TracChangeset
for help on using the changeset viewer.