Skip to content

Commit 4e37c92

Browse files
Kate IvanovaiText-CI
authored andcommitted
Remove ToDo remark
DEVSIX-4483
1 parent 99260f1 commit 4e37c92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sign/src/test/java/com/itextpdf/signatures/sign/PadesSigTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ public void padesDsaSigTest01() throws IOException, GeneralSecurityException {
113113

114114
@Test
115115
public void padesEccSigTest01() throws IOException, GeneralSecurityException {
116-
signApproval(certsSrc + "signCertEcc01.p12", destinationFolder + "padesEccSigTest01.pdf");
116+
signApproval(certsSrc + "signCertEcc01.p12",
117+
destinationFolder + "padesEccSigTest01.pdf");
117118

118-
// TODO ECDSA encryption algorithms verification is not supported
119119
basicCheckSignedDoc(destinationFolder + "padesEccSigTest01.pdf", "Signature1");
120120
}
121121

0 commit comments

Comments
 (0)