1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Author: Andreas Tille <tille@debian.org>
Last-Changed: Fri, 26 Sep 2014 09:33:15 +0200
Description: Skip tests by removing the according test files
PdfCopyTest: Requires X server
--- a/itext/src/test/java/com/itextpdf/text/pdf/PdfCopyTest.java
+++ b/itext/src/test/java/com/itextpdf/text/pdf/PdfCopyTest.java
@@ -74,6 +74,7 @@ import junit.framework.Assert;
/**
* @author kevin
*/
+@org.junit.Ignore
public class PdfCopyTest {
@Before
|