Making testcase JDK 1.5 compatible
This commit is contained in:
parent
ad6e4b37f0
commit
3d179bc418
|
@ -278,7 +278,7 @@ public class ProxyServletTest
|
|||
"2\r\n"+
|
||||
"YZ\r\n"+
|
||||
"0\r\n"
|
||||
).getBytes(StringUtil.__ISO_8859_1_CHARSET));
|
||||
).getBytes(StringUtil.__ISO_8859_1));
|
||||
|
||||
|
||||
String response=IO.toString(client.getInputStream());
|
||||
|
|
Loading…
Reference in New Issue