Skip to content

Commit 5ea2528

Browse files
Kate IvanovaiText-CI
authored andcommitted
Update PdfSignatureAppearanceTest
DEVSIX-6327 Autoported commit. Original commit hash: [df1b91376]
1 parent f68b92a commit 5ea2528

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

itext.tests/itext.sign.tests/itext/signatures/sign/PdfSignatureAppearanceTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public virtual void TextAutoscaleTest01() {
100100
public virtual void TextAutoscaleTest02() {
101101
String fileName = "textAutoscaleTest02.pdf";
102102
String dest = DESTINATION_FOLDER + fileName;
103-
Rectangle rect = new Rectangle(36, 648, 100, 50);
103+
Rectangle rect = new Rectangle(36, 648, 150, 50);
104104
TestSignatureAppearanceAutoscale(dest, rect, PdfSignatureAppearance.RenderingMode.DESCRIPTION);
105105
AssertAppearanceFontSize(dest, 6.83f);
106106
}

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
36c2f7a911b4637f6347cad4fdb7bd07088e1520
1+
df1b9137637c362913d4064059626b6203ea9b0c

0 commit comments

Comments
 (0)