File: skip_test_requiring_xserver.patch

package info (click to toggle)
libitext5-java 5.5.6-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 74,448 kB
  • ctags: 17,424
  • sloc: xml: 254,440; java: 117,100; makefile: 6
file content (15 lines) | stat: -rw-r--r-- 407 bytes parent folder | download
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/src/test/java/com/itextpdf/text/pdf/PdfCopyTest.java
+++ b/src/test/java/com/itextpdf/text/pdf/PdfCopyTest.java
@@ -62,6 +62,7 @@
 /**
  * @author kevin
  */
+@org.junit.Ignore
 public class PdfCopyTest {
 
     @Before