packages: fop/fop-disableX11tests.patch (NEW)   - disable	tests that needs X11.
    pawelz 
    pawelz at pld-linux.org
       
    Wed Mar 31 18:54:19 CEST 2010
    
    
  
Author: pawelz                       Date: Wed Mar 31 16:54:19 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- disable tests that needs X11.
---- Files affected:
packages/fop:
   fop-disableX11tests.patch (NONE -> 1.1)  (NEW)
---- Diffs:
================================================================
Index: packages/fop/fop-disableX11tests.patch
diff -u /dev/null packages/fop/fop-disableX11tests.patch:1.1
--- /dev/null	Wed Mar 31 18:54:19 2010
+++ packages/fop/fop-disableX11tests.patch	Wed Mar 31 18:54:14 2010
@@ -0,0 +1,11 @@
+--- fop-0.95/build.xml~	2008-07-31 16:02:59.000000000 +0200
++++ fop-0.95/build.xml	2010-03-31 18:38:38.000000000 +0200
+@@ -914,7 +914,7 @@
+     </junit>
+   </target>
+ 
+-  <target name="junit" depends="junit-userconfig, junit-basic, junit-transcoder, junit-text-linebreak, junit-layout, junit-fotree, junit-intermediate-format" description="Runs all of FOP's JUnit tests" if="junit.present">
++  <target name="junit" depends="junit-userconfig, junit-basic, junit-text-linebreak, junit-layout, junit-fotree, junit-intermediate-format" description="Runs all of FOP's JUnit tests" if="junit.present">
+     <fail>
+       <condition>
+         <or>
================================================================
    
    
More information about the pld-cvs-commit
mailing list