Ignore:
Timestamp:
2018-05-21T21:55:08+02:00 (6 years ago)
Author:
Don-vip
Message:

https access to OSM Dev API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/MainApplicationTest.java

    r13173 r13812  
    254254    public void testPostConstructorProcessCmdLineHttpUrl() {
    255255        doTestPostConstructorProcessCmdLine(
    256                 "http://api06.dev.openstreetmap.org/api/0.6/map?bbox=-126.75,-47.20,-126.65,-47.10",
     256                "https://api06.dev.openstreetmap.org/api/0.6/map?bbox=-126.75,-47.20,-126.65,-47.10",
    257257                "https://master.apis.dev.openstreetmap.org/api/0.6/trackpoints?bbox=-0.4,51.35,0.2,51.6&page=0", true);
    258258    }
Note: See TracChangeset for help on using the changeset viewer.