Changeset 15509 in josm for trunk/test
- Timestamp:
- 2019-11-05T00:52:30+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/io/CertificateAmendmentTestIT.java
r15146 r15509 69 69 70 70 /** 71 * Test a broken certificate.72 * @throws IOException in case of I/O error73 */74 @Test75 public void testBrokenCert() throws IOException {76 // broken at the moment (may get fixed some day)77 connect("https://www.pcwebshop.co.uk", false);78 }79 80 /**81 71 * Test overpass API. 82 72 * @throws IOException in case of I/O error
Note:
See TracChangeset
for help on using the changeset viewer.