[jboss-cvs] JBossAS SVN: r89431 - branches/JBPAPP_4_2_0_GA_CP/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 26 07:52:29 EDT 2009


Author: jcosta at redhat.com
Date: 2009-05-26 07:52:29 -0400 (Tue, 26 May 2009)
New Revision: 89431

Modified:
   branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml
Log:
JBQA-2311 - Added/changed items the test classpath for compat matrix, mostly related to sec and management tests

Modified: branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml	2009-05-26 10:49:20 UTC (rev 89430)
+++ branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml	2009-05-26 11:52:29 UTC (rev 89431)
@@ -3713,10 +3713,15 @@
         <path refid="jboss.common.classpath"/> <!-- For JBossJMSUnitTestCase -->
         <path refid="trove.classpath"/> <!-- For JBossJMSUnitTestCase -->
 
-        <pathelement location="../management/output/classes"/> <!-- For management tests -->
-        <pathelement location="../security/output/classes/"/> <!-- For sec-* tests -->
+        <path refid="jboss.system.classpath"/> <!-- For sec* -->
+        <path refid="jboss.cluster.classpath"/> <!-- For sec* -->
+        <path refid="hsqldb.hsqldb.classpath"/> <!-- For sec* -->
+        <path refid="jboss.security.classpath"/> <!-- For sec* -->
         <pathelement location="../security/src/tests/org/jboss/test/"/> <!-- For sec-* tests -->
+        <pathelement location="../connector/output/classes"/> <!-- For sec* -->
 
+        <path refid="jboss.management.classpath"/> <!-- For management tests -->
+
       </classpath>
       <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}"
         extension="-${test-name}_${matrix-configuration}.xml"/>




More information about the jboss-cvs-commits mailing list