File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
sign/src/test/java/com/itextpdf/signatures Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ This file is part of the iText (R) project.
43
43
package com .itextpdf .signatures ;
44
44
45
45
import com .itextpdf .signatures .testutils .X509MockCertificate ;
46
+ import com .itextpdf .test .ExtendedITextTest ;
46
47
import com .itextpdf .test .annotations .type .UnitTest ;
47
48
48
49
import java .security .Security ;
@@ -56,7 +57,7 @@ This file is part of the iText (R) project.
56
57
import org .junit .rules .ExpectedException ;
57
58
58
59
@ Category (UnitTest .class )
59
- public class CertificateSupportedCriticalExtensionsTest {
60
+ public class CertificateSupportedCriticalExtensionsTest extends ExtendedITextTest {
60
61
61
62
@ BeforeClass
62
63
public static void beforeClass () {
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ This file is part of the iText (R) project.
43
43
package com .itextpdf .signatures .sign ;
44
44
45
45
import com .itextpdf .signatures .CrlClientOnline ;
46
+ import com .itextpdf .test .ExtendedITextTest ;
46
47
import com .itextpdf .test .annotations .type .UnitTest ;
47
48
import org .junit .Assert ;
48
49
import org .junit .Test ;
@@ -52,7 +53,7 @@ This file is part of the iText (R) project.
52
53
import java .net .URL ;
53
54
54
55
@ Category (UnitTest .class )
55
- public class CrlClientOnlineTest {
56
+ public class CrlClientOnlineTest extends ExtendedITextTest {
56
57
57
58
private static final String destinationFolder = "./target/test/com/itextpdf/signatures/sign/" ;
58
59
You can’t perform that action at this time.
0 commit comments