[Jboss-cvs] JBossAS SVN: r55377 - branches/Branch_4_0/testsuite

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 7 15:32:00 EDT 2006


Author: anil.saldhana at jboss.com
Date: 2006-08-07 15:31:59 -0400 (Mon, 07 Aug 2006)
New Revision: 55377

Modified:
   branches/Branch_4_0/testsuite/build.xml
Log:
JBQA:428: Append the config name

Modified: branches/Branch_4_0/testsuite/build.xml
===================================================================
--- branches/Branch_4_0/testsuite/build.xml	2006-08-07 18:57:53 UTC (rev 55376)
+++ branches/Branch_4_0/testsuite/build.xml	2006-08-07 19:31:59 UTC (rev 55377)
@@ -1239,6 +1239,7 @@
         <propertyref prefix="javax.net.ssl"/>
      </propertyset>
      <run-junit junit.patternset="tc-ssl.includes"
+        junit.configuration="tomcat-ssl-tests"
         junit.syspropertyset="tomcat-ssl-tests-props" />
 
      <server:stop name="tomcat-ssl"/>
@@ -1334,7 +1335,8 @@
     </create-config>
 
     <server:start name="tomcat-webctx"/>
-    <run-junit junit.patternset="tomcat.webctx.includes" />
+    <run-junit junit.patternset="tomcat.webctx.includes"
+       junit.configuration="tomcat-webctx" />
     <server:stop name="tomcat-webctx"/>
   </target>
 
@@ -1373,7 +1375,8 @@
     <server:start name="binding-manager1"/>
     <server:start name="binding-manager2"/>
 
-    <run-junit junit.patternset="binding-manager.includes" />
+    <run-junit junit.patternset="binding-manager.includes" 
+       junit.configuration="tomcat-federation" />
 
     <server:stop name="binding-manager1"/>
     <server:stop name="binding-manager2"/>




More information about the jboss-cvs-commits mailing list