User: user57
Date: 01/07/30 23:14:06
Modified: src/main/org/jboss/test/web/test Tag: jboss_buildmagic
TestWebIntegration.java
Log:
o updated from HEAD
Revision Changes Path
No revision
No revision
1.9.2.1 +6 -1
jbosstest/src/main/org/jboss/test/web/test/TestWebIntegration.java
Index: TestWebIntegration.java
===================================================================
RCS file:
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/web/test/TestWebIntegration.java,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -r1.9 -r1.9.2.1
--- TestWebIntegration.java 2001/07/10 02:34:05 1.9
+++ TestWebIntegration.java 2001/07/31 06:14:06 1.9.2.1
@@ -26,7 +26,7 @@
with a role of 'AuthorizedUser' in the servlet container.
@author [EMAIL PROTECTED]
-@version $Revision: 1.9 $
+@version $Revision: 1.9.2.1 $
*/
public class TestWebIntegration extends TestCase
{
@@ -76,6 +76,11 @@
e.printStackTrace();
fail("Failed to deploy jbosstest-web.ear");
}
+ // Flush the security domain cache to avoid conflicts with other
testcases
+ ObjectName jaasMgr = new
ObjectName("Security:name=JaasSecurityManager");
+ params = new Object[]{"other"};
+ signature = new String[]{"java.lang.String"};
+ server.invoke(jaasMgr, "flushAuthenticationCache", params,
signature);
}
else
{
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development