Changeset 10222 in josm for trunk/test/unit/org/openstreetmap/josm/gui/preferences/map
- Timestamp:
- 2016-05-15T21:14:06+02:00 (10 years ago)
- Location:
- trunk/test/unit/org/openstreetmap/josm/gui/preferences/map
- Files:
-
- 2 edited
-
MapPaintPreferenceTestIT.java (modified) (2 diffs)
-
TaggingPresetPreferenceTestIT.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/preferences/map/MapPaintPreferenceTestIT.java
r9868 r10222 27 27 import org.openstreetmap.josm.gui.preferences.SourceEditor.ExtendedSourceEntry; 28 28 29 import edu.umd.cs.findbugs.annotations.SuppressFBWarnings; 30 29 31 /** 30 32 * Integration tests of {@link MapPaintPreference} class. … … 36 38 */ 37 39 @Rule 40 @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD") 38 41 public Timeout globalTimeout = Timeout.seconds(10*60); 39 42 -
trunk/test/unit/org/openstreetmap/josm/gui/preferences/map/TaggingPresetPreferenceTestIT.java
r9918 r10222 22 22 import org.xml.sax.SAXException; 23 23 24 import edu.umd.cs.findbugs.annotations.SuppressFBWarnings; 25 24 26 /** 25 27 * Integration tests of {@link TaggingPresetPreference} class. … … 31 33 */ 32 34 @Rule 35 @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD") 33 36 public Timeout globalTimeout = Timeout.seconds(10*60); 34 37
Note:
See TracChangeset
for help on using the changeset viewer.
