We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b0587 commit aba8751Copy full SHA for aba8751
io/src/test/java/com/itextpdf/io/font/FontProgramTest.java
@@ -62,7 +62,7 @@ public class FontProgramTest {
62
@Test
63
public void exceptionMessageTest() throws IOException {
64
junitExpectedException.expect(java.io.IOException.class);
65
- junitExpectedException.expectMessage(MessageFormatUtil.format("{0} not found as file or resource", notExistingFont));
+ junitExpectedException.expectMessage(MessageFormatUtil.format(com.itextpdf.io.IOException._1NotFoundAsFileOrResource, notExistingFont));
66
FontProgramFactory.createFont(notExistingFont);
67
}
68
0 commit comments