document analyzer test

This commit is contained in:
Jörg Prante 2023-12-04 18:54:00 +01:00
parent 67609394cc
commit 923e63ccbe
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
group = org.xbib.graphics
name = graphics
version = 5.0.3
version = 5.1.0
org.gradle.warning.mode = ALL

View file

@ -18,7 +18,7 @@ public class DocumentAnalyzerTest {
@Test
public void testDocument() throws IOException {
Path tmp = Files.createTempDirectory("document-analyzer");
String sample = "20200000063.pdf";
String sample = "antonio_sample.pdf";
Path path = tmp.resolve(sample);
try (InputStream inputStream = getClass().getResourceAsStream(sample);
OutputStream outputStream = Files.newOutputStream(path)) {