[jboss-cvs] JBossAS SVN: r61903 - in trunk/testsuite/src/resources/web: sso-clustered and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 30 14:08:56 EDT 2007


Author: anil.saldhana at jboss.com
Date: 2007-03-30 14:08:55 -0400 (Fri, 30 Mar 2007)
New Revision: 61903

Added:
   trunk/testsuite/src/resources/web/sso-clustered/
   trunk/testsuite/src/resources/web/sso-clustered/application.xml
Log:
separate the resources for sso and sso-clustered tests

Added: trunk/testsuite/src/resources/web/sso-clustered/application.xml
===================================================================
--- trunk/testsuite/src/resources/web/sso-clustered/application.xml	                        (rev 0)
+++ trunk/testsuite/src/resources/web/sso-clustered/application.xml	2007-03-30 18:08:55 UTC (rev 61903)
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE application PUBLIC
+   "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN"
+   "http://java.sun.com/dtd/application_1_3.dtd">
+
+<application>
+   <display-name>JBossTest Web Single SignOn Tests</display-name>
+
+   <module>
+      <web>
+         <web-uri>sso-form-auth1.war</web-uri>
+         <context-root>/war1</context-root>
+      </web>
+   </module>
+   <module>
+      <web>
+         <web-uri>sso-form-auth2.war</web-uri>
+         <context-root>/war2</context-root>
+      </web>
+   </module>
+   <module>
+      <web>
+         <web-uri>sso-expire.war</web-uri>
+         <context-root>/war3</context-root>
+      </web>
+   </module>
+   <module>
+      <web>
+         <web-uri>sso-form-auth4.war</web-uri>
+         <context-root>/war4</context-root>
+      </web>
+   </module>
+   <module>
+      <web>
+         <web-uri>sso-form-auth5.war</web-uri>
+         <context-root>/war5</context-root>
+      </web>
+   </module>
+   <module>
+      <ejb>jbosstest-web-ejbs.jar</ejb>
+   </module>
+</application>




More information about the jboss-cvs-commits mailing list