File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
itext.tests/itext.layout.tests/itext/layout/renderer Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,15 @@ public class EmptyNestedTableTest : ExtendedITextTest {
1313 public static readonly String destinationFolder = NUnit . Framework . TestContext . CurrentContext . TestDirectory
1414 + "/test/itext/layout/EmptyNestedTableTest/" ;
1515
16+ [ NUnit . Framework . OneTimeSetUp ]
17+ public static void BeforeClass ( ) {
18+ CreateDestinationFolder ( destinationFolder ) ;
19+ }
20+
1621 /// <exception cref="System.IO.IOException"/>
1722 /// <exception cref="System.Exception"/>
1823 [ NUnit . Framework . Test ]
1924 public virtual void BuildEmptyTable ( ) {
20- CreateDestinationFolder ( destinationFolder ) ;
2125 String outFileName = destinationFolder + "emptyNestedTableTest.pdf" ;
2226 String cmpFileName = sourceFolder + "cmp_emptyNestedTableTest.pdf" ;
2327 // setup document
Original file line number Diff line number Diff line change 1- e5b518c49a5f1c61ccdad8a2fc2527dc1054808f
1+ 8ef696bccf99c0189fdb4754d3deba134857910b
You can’t perform that action at this time.
0 commit comments