Skip to content

Commit

Permalink
test adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeborne committed Dec 18, 2014
1 parent 6543f71 commit 7c71428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/org/digidoc4j/ContainerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ public void testSigningWithSignerInfo() throws Exception {
assertEquals("myRole / myResolution", signature.getSignerRoles().get(0));
}

@Test(expected = IllegalArgumentException.class)
@Test(expected = StringIndexOutOfBoundsException.class)
public void testSetConfigurationForBDoc() throws Exception {
Configuration conf = new Configuration(TEST);
conf.setTslLocation("pole");
Expand Down

0 comments on commit 7c71428

Please sign in to comment.