Fix typo in test samples

This commit is contained in:
Trustin Lee 2012-07-19 20:41:35 +09:00
parent 2b7185f10f
commit 4e5041d355

View File

@ -34,7 +34,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];