Changeset 2641 in josm for trunk/test/functional


Ignore:
Timestamp:
2009-12-16T18:58:04+01:00 (14 years ago)
Author:
Gubaer
Message:

new: supports system defined proxies if JOSM is started with -Djava.net.useSystemProxies=true
fixed #1641: JOSM doesn't allow for setting HTTP proxy user/password distrinct from OSM server user/password
fixed #2865: SOCKS Proxy Support
fixed #4182: Proxy Authentication

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/functional/org/openstreetmap/josm/io/UploadStrategySelectionPanelTest.java

    r2600 r2641  
    5555    }
    5656
    57     public static void main(String args[]) throws OsmApiInitializationException {
     57    public static void main(String args[]) throws OsmApiInitializationException, OsmTransferCancelledException{
    5858        JOSMFixture josmFixture = JOSMFixture.createFunctionalTestFixture();
    5959        OsmApi.getOsmApi().initialize(NullProgressMonitor.INSTANCE);
Note: See TracChangeset for help on using the changeset viewer.