[jboss-cvs] JBossAS SVN: r66248 - branches/Branch_4_2/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 18 12:56:04 EDT 2007


Author: rrajesh
Date: 2007-10-18 12:56:04 -0400 (Thu, 18 Oct 2007)
New Revision: 66248

Modified:
   branches/Branch_4_2/testsuite/build.xml
Log:
Fix classpath in tests-compatibility

Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml	2007-10-18 16:52:05 UTC (rev 66247)
+++ branches/Branch_4_2/testsuite/build.xml	2007-10-18 16:56:04 UTC (rev 66248)
@@ -1782,6 +1782,7 @@
         <pathelement location="${build.classes}"/>
         <pathelement location="${build.resources}"/>
         <path refid="jboss.varia.classpath"/>
+	<path refid="jboss.test.classpath"/>
       </classpath>
 
       <!--formatter type="xml" usefile="${junit.formatter.usefile}"/-->




More information about the jboss-cvs-commits mailing list