[jboss-cvs] JBossAS SVN: r79568 - trunk/testsuite/src/main/org/jboss/test/naming/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 16 00:43:15 EDT 2008


Author: scott.stark at jboss.org
Date: 2008-10-16 00:43:15 -0400 (Thu, 16 Oct 2008)
New Revision: 79568

Modified:
   trunk/testsuite/src/main/org/jboss/test/naming/test/SecurityUnitTestCase.java
Log:
JBAS-6072, comment http invoker related tests

Modified: trunk/testsuite/src/main/org/jboss/test/naming/test/SecurityUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/naming/test/SecurityUnitTestCase.java	2008-10-16 04:33:21 UTC (rev 79567)
+++ trunk/testsuite/src/main/org/jboss/test/naming/test/SecurityUnitTestCase.java	2008-10-16 04:43:15 UTC (rev 79568)
@@ -58,10 +58,12 @@
       // JBAS-3606, the execution order of tests in this test case is important
       // so it must be defined explicitly when running under some JVMs
       TestSuite suite = new TestSuite();
+      /* Invalid due to JBAS-6072
       suite.addTest(new SecurityUnitTestCase("testSecureHttpInvokerFailure"));
       suite.addTest(new SecurityUnitTestCase("testSecureHttpInvoker"));
       suite.addTest(new SecurityUnitTestCase("testHttpReadonlyLookup"));
       suite.addTest(new SecurityUnitTestCase("testHttpReadonlyContextLookup"));
+      */
       suite.addTest(new SecurityUnitTestCase("testLoginInitialContext"));
       suite.addTest(new SecurityUnitTestCase("testSecureEJBViaLoginInitialContextFactory"));
       suite.addTest(new SecurityUnitTestCase("testSecureEJBViaJndiLoginInitialContextFactory"));




More information about the jboss-cvs-commits mailing list