Changeset 10563 in josm for trunk


Ignore:
Timestamp:
2016-07-18T23:14:03+02:00 (8 years ago)
Author:
Don-vip
Message:

fix #13157 - Make DateUtilsTest not time out on some time zones - gsoc-core

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/tools/date/DateUtilsTest.java

    r10513 r10563  
    2323
    2424    /**
    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).
    2626     */
    2727    @Rule
    2828    @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();
    3030
    3131    /**
Note: See TracChangeset for help on using the changeset viewer.