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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 25 14:58:52 EST 2007


Author: dimitris at jboss.org
Date: 2007-01-25 14:58:52 -0500 (Thu, 25 Jan 2007)
New Revision: 60004

Added:
   branches/Branch_4_2/testsuite/src/resources/web/sso/clustered/
   branches/Branch_4_2/testsuite/src/resources/web/sso/clustered/application.xml
Modified:
   branches/Branch_4_2/testsuite/src/resources/web/sso/application.xml
Log:
fix the sso tests (failed deployment of web-sso.ear)

Modified: branches/Branch_4_2/testsuite/src/resources/web/sso/application.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/web/sso/application.xml	2007-01-25 19:32:20 UTC (rev 60003)
+++ branches/Branch_4_2/testsuite/src/resources/web/sso/application.xml	2007-01-25 19:58:52 UTC (rev 60004)
@@ -25,18 +25,6 @@
       </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>

Added: branches/Branch_4_2/testsuite/src/resources/web/sso/clustered/application.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/web/sso/clustered/application.xml	                        (rev 0)
+++ branches/Branch_4_2/testsuite/src/resources/web/sso/clustered/application.xml	2007-01-25 19:58:52 UTC (rev 60004)
@@ -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