Changeset 10563 in josm for trunk/test/unit
- Timestamp:
- 2016-07-18T23:14:03+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/tools/date/DateUtilsTest.java
r10513 r10563 23 23 24 24 /** 25 * Set the timezone and timeout.25 * Set the timezone and no timeout (junit timeout task seems to have problems with it when switching time zones). 26 26 */ 27 27 @Rule 28 28 @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD") 29 public JOSMTestRules test = new JOSMTestRules().i18n().preferences() ;29 public JOSMTestRules test = new JOSMTestRules().i18n().preferences().noTimeout(); 30 30 31 31 /**
Note:
See TracChangeset
for help on using the changeset viewer.