[jboss-cvs] JBossAS SVN: r62380 - branches/JBoss_4_0_1_SP1_CP/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 17 11:26:49 EDT 2007


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

Modified:
   branches/JBoss_4_0_1_SP1_CP/testsuite/build.xml
Log:
fix CNFE during tests-client-unit

Modified: branches/JBoss_4_0_1_SP1_CP/testsuite/build.xml
===================================================================
--- branches/JBoss_4_0_1_SP1_CP/testsuite/build.xml	2007-04-17 15:22:26 UTC (rev 62379)
+++ branches/JBoss_4_0_1_SP1_CP/testsuite/build.xml	2007-04-17 15:26:49 UTC (rev 62380)
@@ -1217,10 +1217,11 @@
          <classpath>
             <pathelement path="${build.lib}/jrmp-dl-client.jar"/>
             <pathelement location="${build.resources}"/>
+            <pathelement location="${build.classes}"/>
             <path refid="tests.classpath"/>
          </classpath>
 
-         <!-- formatter type="xml" usefile="${junit.formatter.usefile}"/ -->
+         <!--formatter type="xml" usefile="${junit.formatter.usefile}"/-->
          <sysproperty key="jboss-junit-configuration" value="tests-client"/>
          <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" 
                     usefile="${junit.formatter.usefile}" 




More information about the jboss-cvs-commits mailing list