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 a26b692 commit d9da12bCopy full SHA for d9da12b
layout/src/test/java/com/itextpdf/layout/renderer/EmptyNestedTableTest.java
@@ -26,6 +26,8 @@ public class EmptyNestedTableTest extends ExtendedITextTest {
26
@Test
27
public void buildEmptyTable() throws IOException, InterruptedException {
28
29
+ new File(destinationFolder).mkdirs();
30
+
31
String outFileName = destinationFolder + "emptNestedTableTest.pdf";
32
String cmpFileName = sourceFolder + "cmp_emptNestedTableTest.pdf";
33
0 commit comments