[jboss-cvs] JBossAS SVN: r58950 - in trunk/testsuite: imports/sections src/resources/web/sso

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Dec 8 23:31:45 EST 2006


Author: bstansberry at jboss.com
Date: 2006-12-08 23:31:44 -0500 (Fri, 08 Dec 2006)
New Revision: 58950

Modified:
   trunk/testsuite/imports/sections/web.xml
   trunk/testsuite/src/resources/web/sso/application.xml
Log:
Test SSO after undeploy with both distributed and non-distributed webapps

Modified: trunk/testsuite/imports/sections/web.xml
===================================================================
--- trunk/testsuite/imports/sections/web.xml	2006-12-09 04:29:45 UTC (rev 58949)
+++ trunk/testsuite/imports/sections/web.xml	2006-12-09 04:31:44 UTC (rev 58950)
@@ -413,6 +413,10 @@
          <zipfileset dir="${build.lib}" includes="sso-form-auth-clustered.war"
             fullpath="sso-form-auth2.war"/>
          <zipfileset dir="${build.lib}" includes="sso-expire.war"/>
+        <zipfileset dir="${build.lib}" includes="sso-form-auth.war"
+           fullpath="sso-form-auth4.war"/>
+        <zipfileset dir="${build.lib}" includes="sso-form-auth.war"
+           fullpath="sso-form-auth5.war"/>
          <zipfileset dir="${build.lib}" includes="jbosstest-web-ejbs.jar"/>
       </zip>
 

Modified: trunk/testsuite/src/resources/web/sso/application.xml
===================================================================
--- trunk/testsuite/src/resources/web/sso/application.xml	2006-12-09 04:29:45 UTC (rev 58949)
+++ trunk/testsuite/src/resources/web/sso/application.xml	2006-12-09 04:31:44 UTC (rev 58950)
@@ -25,6 +25,18 @@
       </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