Skip to content

Commit e5b518c

Browse files
committed
Fix autoport issue.
DEVSIX-1398
1 parent c2a4c94 commit e5b518c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class EmptyNestedTableTest extends ExtendedITextTest {
2626
@Test
2727
public void buildEmptyTable() throws IOException, InterruptedException {
2828

29-
new File(destinationFolder).mkdirs();
29+
createDestinationFolder(destinationFolder);
3030

3131
String outFileName = destinationFolder + "emptyNestedTableTest.pdf";
3232
String cmpFileName = sourceFolder + "cmp_emptyNestedTableTest.pdf";

0 commit comments

Comments
 (0)