Fix typo in test samples

This commit is contained in:
Trustin Lee 2012-07-19 13:48:26 +09:00
parent 7b511d8200
commit 250b40ec3b

View File

@ -35,7 +35,7 @@ public class HttpContentCompressorTest {
"gzip; q=0.5, identity", "gzip",
"gzip ; q=0.1", "gzip",
"gzip; q=0, deflate", "deflate",
" defalte ; q=0 , *;q=0.5", "gzip",
" deflate ; q=0 , *;q=0.5", "gzip",
};
for (int i = 0; i < tests.length; i += 2) {
String acceptEncoding = tests[i];