Skip to content

Commit e64090f

Browse files
committed
PDFBOX-5993: make sure dir exists
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1925404 13f79535-47bb-0310-9956-ffa450edef68
1 parent abda3c9 commit e64090f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/src/test/java/org/apache/pdfbox/examples/pdmodel/ExtractEmbeddedFilesTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class ExtractEmbeddedFilesTest
3838
void testExtractEmbeddedFiles() throws IOException
3939
{
4040
String dir = "target/test-output";
41+
new File(dir).mkdirs();
4142
String collectionFilename = dir + "/PortableCollection.pdf";
4243
String attachment1Filename = dir + "/Test1.txt";
4344
String attachment2Filename = dir + "/Test2.txt";

0 commit comments

Comments
 (0)