Skip to content

Commit e06a6f3

Browse files
guustysebieiText-CI
authored andcommitted
Support running for formfields
DEVSIX-7760 Autoported commit. Original commit hash: [f0cbabb0f]
1 parent bf1c184 commit e06a6f3

24 files changed

+196
-3
lines changed

itext.tests/itext.html2pdf.tests/itext/html2pdf/element/FormTest.cs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,16 @@ public virtual void TextAreaHeadersFootersWithValueTest() {
7676

7777
[NUnit.Framework.Test]
7878
public virtual void CheckBoxHeadersFootersWithValueTest() {
79-
//TODO DEVSIX-7760 Adding formfield elements to header generates strange results
8079
RunTest("checkBoxHeadersFooters");
8180
}
8281

82+
[NUnit.Framework.Test]
83+
public virtual void RunningFormFieldsInHeader() {
84+
RunTest("runningFormFieldsInHeader");
85+
}
86+
8387
[NUnit.Framework.Test]
8488
public virtual void RadioHeadersFootersWithValueTest() {
85-
//TODO DEVSIX-7760 Adding formfield elements to header generates strange results
8689
RunTest("radioHeadersFooters");
8790
}
8891

Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)