Skip to content

Commit

Permalink
"The Accept-Language: ,"
Browse files Browse the repository at this point in the history
test is not working anymore since the fix of the bug usnistgov#53 in 2012 and I think it is legitimate
  • Loading branch information
Matthieu Casanova committed Jan 2, 2023
1 parent bf5a3d3 commit 751b1c5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public class AcceptLanguageParserTest extends ParserTestCase {
public void testParser() {
String data[] = { "Accept-Language: da \n",
"Accept-Language: \n",
"Accept-Language: ,\n",
"Accept-Language: da, en-gb;q=0.8\n",
"Accept-Language: *\n" };
super.testParser(AcceptLanguageParser.class,data);
Expand Down

0 comments on commit 751b1c5

Please sign in to comment.