File: skip_test_requiring_xserver.patch

package info (click to toggle)
libitext5-java 5.5.13.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 183,892 kB
  • sloc: xml: 255,776; java: 151,542; javascript: 2,252; makefile: 7
file content (15 lines) | stat: -rw-r--r-- 450 bytes parent folder | download | duplicates (4)
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