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> ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
