- Timestamp:
- 2017-09-26T00:12:51+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/MainApplicationTest.java
r12898 r12899 253 253 public void testPostConstructorProcessCmdLineBounds() { 254 254 doTestPostConstructorProcessCmdLine( 255 " 0.01,0.01,0.05,0.05",255 "-47.20,-126.75,-47.10,-126.65", 256 256 "51.35,-0.4,51.60,0.2", true); 257 257 } … … 259 259 /** 260 260 * Unit test of {@link MainApplication#postConstructorProcessCmdLine} - nominal case with http/https URLs. 261 * This test assumes the DEV API contains nodes around 0,0and GPX tracks around London261 * This test assumes the DEV API contains nodes around -47.15, -126.7 (R'lyeh) and GPX tracks around London 262 262 */ 263 263 @Test 264 264 public void testPostConstructorProcessCmdLineHttpUrl() { 265 265 doTestPostConstructorProcessCmdLine( 266 "http://api06.dev.openstreetmap.org/api/0.6/map?bbox= 0.01,0.01,0.05,0.05",266 "http://api06.dev.openstreetmap.org/api/0.6/map?bbox=-126.75,-47.20,-126.65,-47.10", 267 267 "https://master.apis.dev.openstreetmap.org/api/0.6/trackpoints?bbox=-0.4,51.35,0.2,51.6&page=0", true); 268 268 }
Note:
See TracChangeset
for help on using the changeset viewer.