Making testcase JDK 1.5 compatible

This commit is contained in:
Joakim Erdfelt 2013-02-21 13:43:17 -07:00
parent ad6e4b37f0
commit 3d179bc418
1 changed files with 1 additions and 1 deletions

View File

@ -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());