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 f535213 commit 1629a68Copy full SHA for 1629a68
io/src/test/java/com/itextpdf/io/font/FontProgramTest.java
@@ -63,7 +63,7 @@ public class FontProgramTest {
63
@Test
64
public void exceptionMessageTest() throws IOException {
65
junitExpectedException.expect(java.io.IOException.class);
66
- junitExpectedException.expectMessage(MessageFormatUtil.format("{0} not found as file or resource", notExistingFont));
+ junitExpectedException.expectMessage(MessageFormatUtil.format(com.itextpdf.io.IOException._1NotFoundAsFileOrResource, notExistingFont));
67
FontProgramFactory.createFont(notExistingFont);
68
}
69
0 commit comments