Changeset 8510 in josm for trunk/test/unit/org/openstreetmap/josm/io/remotecontrol
- Timestamp:
- 2015-06-20T23:42:21+02:00 (11 years ago)
- Location:
- trunk/test/unit/org/openstreetmap/josm/io/remotecontrol
- Files:
-
- 2 edited
-
RemoteControlTest.java (modified) (2 diffs)
-
handler/RequestHandlerTest.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/io/remotecontrol/RemoteControlTest.java
r7937 r8510 72 72 return null; 73 73 } 74 74 75 public void checkClientTrusted(X509Certificate[] certs, String authType) { 75 76 } 77 76 78 public void checkServerTrusted(X509Certificate[] certs, String authType) { 77 79 } … … 137 139 try (BufferedReader in = new BufferedReader(new InputStreamReader(is, StandardCharsets.UTF_8))) { 138 140 String s; 139 while((s = in.readLine()) != null) { 141 while ((s = in.readLine()) != null) { 140 142 responseBody.append(s); 141 143 responseBody.append("\n"); -
trunk/test/unit/org/openstreetmap/josm/io/remotecontrol/handler/RequestHandlerTest.java
r8509 r8510 43 43 } 44 44 45 46 45 @Test 47 46 public void testRequestParameter1() {
Note:
See TracChangeset
for help on using the changeset viewer.
