Skip to content

Commit d9da12b

Browse files
author
joris.schellekens
committed
fix broken test
1 parent a26b692 commit d9da12b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

layout/src/test/java/com/itextpdf/layout/renderer/EmptyNestedTableTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ public class EmptyNestedTableTest extends ExtendedITextTest {
2626
@Test
2727
public void buildEmptyTable() throws IOException, InterruptedException {
2828

29+
new File(destinationFolder).mkdirs();
30+
2931
String outFileName = destinationFolder + "emptNestedTableTest.pdf";
3032
String cmpFileName = sourceFolder + "cmp_emptNestedTableTest.pdf";
3133

0 commit comments

Comments
 (0)