Skip to content

Commit

Permalink
Add error thrown for test with 'incorrect' language tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuffar committed Nov 15, 2017
1 parent 036b6b4 commit baca0c5
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,7 @@ public void testIssue189()
@Test
public void testIssue198()
{
// Collections.addAll(expectedErrors, );

Collections.addAll(expectedErrors, MessageId.OPF_086);
// also data-* removal
testValidateDocument("valid/issue198/");
}
Expand Down Expand Up @@ -618,6 +617,8 @@ public void testIssue702()

@Test
public void testIssue615_langtag() {
Collections.addAll(expectedErrors, MessageId.OPF_086);

testValidateDocument("valid/issue615-langtags/");
}

Expand Down

0 comments on commit baca0c5

Please sign in to comment.