[jboss-cvs] JBossAS SVN: r62379 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 17 11:22:27 EDT 2007


Author: jaroslaw.kijanowski
Date: 2007-04-17 11:22:26 -0400 (Tue, 17 Apr 2007)
New Revision: 62379

Modified:
   trunk/testsuite/build.xml
Log:
fix CNFE during compatibility tests

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2007-04-17 15:15:18 UTC (rev 62378)
+++ trunk/testsuite/build.xml	2007-04-17 15:22:26 UTC (rev 62379)
@@ -2559,10 +2559,11 @@
       <classpath>
         <pathelement location="${build.classes}" />
         <pathelement location="${build.resources}" />
+        <pathelement location="${jboss.test.lib}/jboss-test.jar" />
         <path refid="jboss.varia.classpath"/>
       </classpath>
 
-      <!-- formatter type="xml" usefile="${junit.formatter.usefile}"/-->
+      <!--formatter type="xml" usefile="${junit.formatter.usefile}"/-->
       <sysproperty key="jboss-junit-configuration" value="tests-compatibility"/>
       <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" 
                  usefile="${junit.formatter.usefile}" 




More information about the jboss-cvs-commits mailing list