Changeset 14530 in josm for trunk/test
- Timestamp:
- 2018-12-09T02:19:41+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/preferences/imagery/ImageryPreferenceTestIT.java
r14529 r14530 203 203 } 204 204 } catch (IOException | WMTSGetCapabilitiesException | IllegalArgumentException e) { 205 addError(info, e.toString());205 addError(info, info.getUrl() + " -> " + e.toString()); 206 206 } 207 207
Note:
See TracChangeset
for help on using the changeset viewer.