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 947fad6 commit f37dfeeCopy full SHA for f37dfee
kernel/src/test/java/com/itextpdf/kernel/pdf/canvas/parser/LocationExtractTest.java
@@ -69,7 +69,7 @@ public class LocationExtractTest {
69
70
@Test
71
public void testLocationExtraction() throws IOException {
72
- String inputFile = sourceFolder + "AliceInWonderland.pdf";
+ String inputFile = sourceFolder + "aliceInWonderland.pdf";
73
74
PdfReader reader = new PdfReader(inputFile);
75
PdfDocument pdfDocument = new PdfDocument(reader);
0 commit comments