Fix typo in test samples
This commit is contained in:
parent
2b7185f10f
commit
4e5041d355
@ -34,7 +34,7 @@ public class HttpContentCompressorTest {
|
|||||||
"gzip; q=0.5, identity", "gzip",
|
"gzip; q=0.5, identity", "gzip",
|
||||||
"gzip ; q=0.1", "gzip",
|
"gzip ; q=0.1", "gzip",
|
||||||
"gzip; q=0, deflate", "deflate",
|
"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) {
|
for (int i = 0; i < tests.length; i += 2) {
|
||||||
String acceptEncoding = tests[i];
|
String acceptEncoding = tests[i];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user