[jboss-cvs] JBossAS SVN: r58953 - trunk/testsuite/src/resources/web/sso/war
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Dec 8 23:33:43 EST 2006
Author: bstansberry at jboss.com
Date: 2006-12-08 23:33:43 -0500 (Fri, 08 Dec 2006)
New Revision: 58953
Modified:
trunk/testsuite/src/resources/web/sso/war/web-sso-expire.xml
Log:
Use CacheHelper to test SSO count
Modified: trunk/testsuite/src/resources/web/sso/war/web-sso-expire.xml
===================================================================
--- trunk/testsuite/src/resources/web/sso/war/web-sso-expire.xml 2006-12-09 04:33:24 UTC (rev 58952)
+++ trunk/testsuite/src/resources/web/sso/war/web-sso-expire.xml 2006-12-09 04:33:43 UTC (rev 58953)
@@ -6,7 +6,13 @@
<web-app>
<description>WebApp Integration Tests</description>
<!--distributable/-->
- <servlet>
+
+ <!-- Registers an mbean the test driver can use to check the cache state -->
+ <listener>
+ <listener-class>org.jboss.test.cluster.web.CacheHelperServletContextListener</listener-class>
+ </listener>
+
+ <servlet>
<servlet-name>LogoutServlet</servlet-name>
<servlet-class>org.jboss.test.web.servlets.LogoutServlet</servlet-class>
</servlet>
More information about the jboss-cvs-commits
mailing list