You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by lh...@apache.org on 2012/07/22 02:57:31 UTC

svn commit: r1364199 - /shiro/branches/1.2.x/core/src/test/java/org/apache/shiro/subject/DelegatingSubjectTest.java

Author: lhazlewood
Date: Sun Jul 22 00:57:31 2012
New Revision: 1364199

URL: http://svn.apache.org/viewvc?rev=1364199&view=rev
Log:
SHIRO-344: removed no-longer-valid comment (we require 1.6 to build on the command line now)

Modified:
    shiro/branches/1.2.x/core/src/test/java/org/apache/shiro/subject/DelegatingSubjectTest.java

Modified: shiro/branches/1.2.x/core/src/test/java/org/apache/shiro/subject/DelegatingSubjectTest.java
URL: http://svn.apache.org/viewvc/shiro/branches/1.2.x/core/src/test/java/org/apache/shiro/subject/DelegatingSubjectTest.java?rev=1364199&r1=1364198&r2=1364199&view=diff
==============================================================================
--- shiro/branches/1.2.x/core/src/test/java/org/apache/shiro/subject/DelegatingSubjectTest.java (original)
+++ shiro/branches/1.2.x/core/src/test/java/org/apache/shiro/subject/DelegatingSubjectTest.java Sun Jul 22 00:57:31 2012
@@ -139,10 +139,6 @@ public class DelegatingSubjectTest {
         assertNull(ThreadContext.getSecurityManager());
     }
 
-    /**
-     * This test fails on JDK 1.5 from the command line but not from within the IDE
-     * and I have no idea why at the moment - Les - 29 Oct 2010.  Works fine on JDK 1.6 (JDK 1.6 is required to build).
-     */
     @Test
     public void testRunAs() {