Changeset 17195 in josm for trunk/test/unit/org/openstreetmap/josm/actions/downloadtasks/AbstractDownloadTaskTestParent.java
- Timestamp:
- 2020-10-13T22:31:09+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/actions/downloadtasks/AbstractDownloadTaskTestParent.java
r13300 r17195 53 53 */ 54 54 protected final String getRemoteFileUrl() { 55 return "http://localhost:" +wireMockRule.port() + "/" +getRemoteFile();55 return wireMockRule.url(getRemoteFile()); 56 56 } 57 57
Note:
See TracChangeset
for help on using the changeset viewer.