[Jboss-cvs] JBossAS SVN: r55491 - trunk/testsuite

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 10 11:49:50 EDT 2006


Author: rrajesh
Date: 2006-08-10 11:49:50 -0400 (Thu, 10 Aug 2006)
New Revision: 55491

Modified:
   trunk/testsuite/build.xml
Log:
JBQA-428 Appended test config to the testcase names

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2006-08-10 15:31:24 UTC (rev 55490)
+++ trunk/testsuite/build.xml	2006-08-10 15:49:50 UTC (rev 55491)
@@ -1046,7 +1046,8 @@
          <propertyref prefix="javax.net.ssl"/>
       </propertyset>
       <run-junit junit.patternset="tc-ssl.includes"
-         junit.syspropertyset="tomcat-ssl-tests-props" />
+        junit.configuration="tomcat-ssl-tests" 
+	junit.syspropertyset="tomcat-ssl-tests-props" />
 
       <server:stop name="tomcat-ssl"/>
    </target>
@@ -1072,7 +1073,8 @@
          </patternset>
       </create-config>
       <server:start name="tomcat-sso"/>
-      <run-junit junit.patternset="tc-sso.includes" />
+      <run-junit junit.patternset="tc-sso.includes"
+	junit.configuration="tomcat-sso" />
       <server:stop name="tomcat-sso"/>
    </target>
 
@@ -1147,7 +1149,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>
 
@@ -1176,7 +1179,8 @@
       <copy file="${source.resources}/web/federation/authext/server.xml" overwrite="true" todir="${jboss.dist}/server/tomcat-federation/deploy/jbossweb-tomcat6.sar" />
       <copy file="${build.lib}/header-auth.jar" overwrite="true" todir="${jboss.dist}/server/tomcat-federation/deploy/jbossweb-tomcat6.sar" />
       <server:start name="tomcat-federation"/>
-      <run-junit junit.patternset="tc-federation.includes" />
+      <run-junit junit.patternset="tc-federation.includes"
+	junit.configuration="tomcat-federation" />
       <server:stop name="tomcat-federation"/>
    </target>
 
@@ -1760,7 +1764,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="binding-manager" />
 
      <server:stop name="binding-manager1"/>
      <server:stop name="binding-manager2"/>
@@ -2858,8 +2863,10 @@
         <propertyref name="rootDir"/>
      </propertyset>
      <run-junit junit.patternset="webservice-ssl.includes"
-        junit.syspropertyset="tests-webservice-ssl-props" />
-     <run-junit junit.patternset="webservice-ssl.noenv.includes" />
+        junit.syspropertyset="tests-webservice-ssl-props"
+	junit.configuration="webservice-ssl" />
+     <run-junit junit.patternset="webservice-ssl.noenv.includes"
+	junit.configuration="webservice-ssl" />
      <server:stop name="webservice-ssl"/>
   </target>
 




More information about the jboss-cvs-commits mailing list