Ignore:
Timestamp:
2018-09-09T20:10:25+02:00 (6 years ago)
Author:
Don-vip
Message:

make sure https is properly initialized for integration tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/validation/routines/DomainValidatorTestIT.java

    r12620 r14235  
    4747import java.util.regex.Pattern;
    4848
     49import org.junit.Rule;
    4950import org.junit.Test;
     51import org.openstreetmap.josm.testutils.JOSMTestRules;
    5052import org.openstreetmap.josm.tools.Logging;
    5153
     
    5860 */
    5961public class DomainValidatorTestIT {
     62
     63    /**
     64     * Setup rule
     65     */
     66    @Rule
     67    @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD")
     68    public JOSMTestRules test = new JOSMTestRules().https();
    6069
    6170    /**
Note: See TracChangeset for help on using the changeset viewer.