Changeset 14498 in josm for trunk/test
- Timestamp:
- 2018-12-02T20:17:51+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/io/CertificateAmendmentTestIT.java
r14138 r14498 81 81 } 82 82 83 /** 84 * Test Taiwan government. 85 * @throws IOException in case of I/O error 86 */ 87 @Test 88 public void testTaiwanGovernment() throws IOException { 89 connect("https://grca.nat.gov.tw", true); 90 } 91 83 92 private static void connect(String url, boolean shouldWork) throws IOException { 84 93 URLConnection connection = new URL(url).openConnection();
Note:
See TracChangeset
for help on using the changeset viewer.