Skip to content

Commit 7178596

Browse files
pavel-alayitext-teamcity
authored andcommitted
Update EmptyNestedTableTest, add @BeforeClass statement
DEVSIX-1398 Autoported commit. Original commit hash: [8ef696bcc]
1 parent 8861c7c commit 7178596

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

itext.tests/itext.layout.tests/itext/layout/renderer/EmptyNestedTableTest.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e5b518c49a5f1c61ccdad8a2fc2527dc1054808f
1+
8ef696bccf99c0189fdb4754d3deba134857910b

0 commit comments

Comments
 (0)