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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 10 22:57:11 EST 2007


Author: bstansberry at jboss.com
Date: 2007-01-10 22:57:10 -0500 (Wed, 10 Jan 2007)
New Revision: 59501

Modified:
   trunk/testsuite/build.xml
Log:
[JBAS-3971] Add basic classloader leakage tests

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2007-01-11 03:38:55 UTC (rev 59500)
+++ trunk/testsuite/build.xml	2007-01-11 03:57:10 UTC (rev 59501)
@@ -131,6 +131,10 @@
       <!-- xml binding -->
       <path refid="xmlunit.xmlunit.classpath"/>
       <path refid="jboss.microcontainer.classpath"/>
+   	
+   	  <!-- For classloader leak tests -->
+      <path refid="jboss.profiler.jvmti.classpath"/>
+      
    </path>
 
    <!-- ======= -->




More information about the jboss-cvs-commits mailing list