File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
kernel/src/test/java/com/itextpdf/kernel/pdf Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,14 @@ This file is part of the iText (R) project.
46
46
import com .itextpdf .test .ExtendedITextTest ;
47
47
import java .io .IOException ;
48
48
import java .nio .charset .StandardCharsets ;
49
+
50
+ import com .itextpdf .test .annotations .type .IntegrationTest ;
49
51
import org .junit .Assert ;
50
52
import org .junit .Before ;
51
53
import org .junit .Test ;
54
+ import org .junit .experimental .categories .Category ;
52
55
56
+ @ Category (IntegrationTest .class )
53
57
public class PdfStreamTest extends ExtendedITextTest {
54
58
55
59
public static final String sourceFolder = "./src/test/resources/com/itextpdf/kernel/pdf/PdfStreamTest/" ;
@@ -60,7 +64,6 @@ public void before() {
60
64
createOrClearDestinationFolder (destinationFolder );
61
65
}
62
66
63
-
64
67
@ Test
65
68
public void streamAppendDataOnJustCopiedWithCompression () throws IOException , InterruptedException {
66
69
String srcFile = sourceFolder + "pageWithContent.pdf" ;
You can’t perform that action at this time.
0 commit comments