[pkg-java] r2502 - branches/jaxme/feature/debian/ant

Marcus Better marcusb-guest at costa.debian.org
Fri Sep 29 07:50:15 UTC 2006


Author: marcusb-guest
Date: 2006-09-29 07:50:14 +0000 (Fri, 29 Sep 2006)
New Revision: 2502

Modified:
   branches/jaxme/feature/debian/ant/jm.xml
Log:
Disable MarshallerTest for now, it fails due to bug #388596.


Modified: branches/jaxme/feature/debian/ant/jm.xml
===================================================================
--- branches/jaxme/feature/debian/ant/jm.xml	2006-09-29 07:49:16 UTC (rev 2501)
+++ branches/jaxme/feature/debian/ant/jm.xml	2006-09-29 07:50:14 UTC (rev 2502)
@@ -207,7 +207,8 @@
         <runtests reportsdir="${build.jm.reports}" classpathref="jaxme.junit.path">
             <tests>
                 <fileset dir="${src.jm}"
-                    includes="org/apache/ws/jaxme/junit/**/*Test.java"/>
+                    includes="org/apache/ws/jaxme/junit/**/*Test.java"
+                    excludes="org/apache/ws/jaxme/junit/MarshallerTest.java"/>
             </tests>
         </runtests>
     </target>




More information about the pkg-java-commits mailing list