[exo-jcr-commits] exo-jcr SVN: r4631 - kernel/trunk/exo.kernel.commons.test/src/main/java/org/exoplatform/commons/test.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jul 14 06:11:06 EDT 2011


Author: dkuleshov
Date: 2011-07-14 06:11:06 -0400 (Thu, 14 Jul 2011)
New Revision: 4631

Modified:
   kernel/trunk/exo.kernel.commons.test/src/main/java/org/exoplatform/commons/test/TestSecurityManager.java
Log:
EXOJCR-1429: small fix

Modified: kernel/trunk/exo.kernel.commons.test/src/main/java/org/exoplatform/commons/test/TestSecurityManager.java
===================================================================
--- kernel/trunk/exo.kernel.commons.test/src/main/java/org/exoplatform/commons/test/TestSecurityManager.java	2011-07-14 09:11:41 UTC (rev 4630)
+++ kernel/trunk/exo.kernel.commons.test/src/main/java/org/exoplatform/commons/test/TestSecurityManager.java	2011-07-14 10:11:06 UTC (rev 4631)
@@ -114,11 +114,14 @@
          }
 
          // Only for debug purpose
-         //         if (!se.getMessage().equals(
-         //            "access denied (java.lang.RuntimePermission.com.sun.xml.internal.bind.v2.runtime.reflect)"))
+         //         if (!se
+         //            .getMessage()
+         //            .equals(
+         //               "access denied (java.lang.RuntimePermission accessClassInPackage.com.sun.xml.internal.bind.v2.runtime.reflect)"))
          //         {
          //            se.printStackTrace();
          //         }
+
          throw se;
       }
    }



More information about the exo-jcr-commits mailing list