Changeset 10758 in josm for trunk/test/functional/org/openstreetmap/josm/tools
- Timestamp:
- 2016-08-07T17:39:42+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/tools/HttpClientTest.java
r10733 r10758 147 147 148 148 @Test 149 public void test418() throws IOException { 149 public void testHttp418() throws IOException { 150 150 // https://tools.ietf.org/html/rfc2324 151 151 final HttpClient.Response response = HttpClient.create(new URL("https://httpbin.org/status/418")).connect(progress);
Note:
See TracChangeset
for help on using the changeset viewer.