From: Thierry Carrez <thierry.carrez@ubuntu.com>
Subject: Enable test suite
Last-Update: 2012-10-11
Forwarded: not-needed

Enable test suite, but don't fail even if some test goes wrong.

Index: libwoodstox-java/build.xml
===================================================================
--- libwoodstox-java.orig/build.xml	2011-08-21 11:00:48.000000000 +0200
+++ libwoodstox-java/build.xml	2011-08-21 11:26:23.000000000 +0200
@@ -476,7 +476,6 @@
                 <pathelement path="${dir.build.classes.woodstox}" />
                 <pathelement path="${dir.build.classes.stax2}" />
                 <pathelement location="${dir.classes.test}" /> 
-                <path refid="junit-libs"/>
           </classpath>     
         </junit>
     </target>
@@ -494,9 +493,7 @@
             <include name="**/*.java" />
             <classpath refid="classpath.compile" />
             <classpath>
-                <pathelement path="${dir.build.classes.stax2}"/>  
                 <pathelement path="${dir.build.classes.woodstox}"/>  
-                <path refid="junit-libs"/>
             </classpath>
         </javac>
         <!-- 08-Jun-2009, tatu: need to copy some test files too -->
@@ -522,10 +519,8 @@
             <formatter type="xml" />
             <classpath refid="classpath.compile" />
             <classpath>
-                <pathelement path="${dir.build.classes.stax2}" />
                 <pathelement path="${dir.build.classes.woodstox}" />
                 <pathelement location="${dir.classes.test}" /> 
-                <path refid="junit-libs"/>
             </classpath>     
         </junit>
 
