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/plugins/PluginHandlerTestIT.java

    r14149 r14235  
    4242    @Rule
    4343    @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD")
    44     public JOSMTestRules test = new JOSMTestRules().main().projection().preferences().timeout(10*60*1000);
     44    public JOSMTestRules test = new JOSMTestRules().main().projection().preferences().https().timeout(10*60*1000);
    4545
    4646    /**
Note: See TracChangeset for help on using the changeset viewer.