[jboss-cvs] JBossAS SVN: r68075 - in trunk/testsuite/src/main/org/jboss/test: security/test and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Dec 8 22:42:45 EST 2007


Author: anil.saldhana at jboss.com
Date: 2007-12-08 22:42:45 -0500 (Sat, 08 Dec 2007)
New Revision: 68075

Modified:
   trunk/testsuite/src/main/org/jboss/test/jca/test/SecurityContextUnitTestCase.java
   trunk/testsuite/src/main/org/jboss/test/security/test/ClientLoginModuleUnitTestCase.java
Log:
add fixme for CR1 release

Modified: trunk/testsuite/src/main/org/jboss/test/jca/test/SecurityContextUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/jca/test/SecurityContextUnitTestCase.java	2007-12-09 01:43:38 UTC (rev 68074)
+++ trunk/testsuite/src/main/org/jboss/test/jca/test/SecurityContextUnitTestCase.java	2007-12-09 03:42:45 UTC (rev 68075)
@@ -95,6 +95,7 @@
 
    public void testRunAsIdentityPropagationFS() throws Throwable
    {
+      fail("FIXME CR1: NPE in roles");
       InitialContext ctx = super.getInitialContext();
       LoginContext lc = login("ejbcaller", "ejbcallerpw".toCharArray());
       CallerIdentityHome home = (CallerIdentityHome) ctx.lookup("jca-test/RunAsIdentityFS");

Modified: trunk/testsuite/src/main/org/jboss/test/security/test/ClientLoginModuleUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/security/test/ClientLoginModuleUnitTestCase.java	2007-12-09 01:43:38 UTC (rev 68074)
+++ trunk/testsuite/src/main/org/jboss/test/security/test/ClientLoginModuleUnitTestCase.java	2007-12-09 03:42:45 UTC (rev 68075)
@@ -215,6 +215,8 @@
    public void testSingleThreadedRestoreStack() throws Exception
    {
       System.out.println("+++ testSingleThreadedRestoreStack");
+      
+      fail("FIXME CR1");
 
       Principal jduke1 = new SimplePrincipal("jduke1");
       Subject subject1 = new Subject();
@@ -364,6 +366,7 @@
 
    public void testMultiThreadedRestoreStack() throws Exception
    {
+      fail("FIXME CR1");
       TestMultiThreadedRestoreStack r0 = new TestMultiThreadedRestoreStack();
       Thread t0 = new Thread(r0, "testMultiThreadedRestoreIdentity#0");
       t0.start();




More information about the jboss-cvs-commits mailing list