You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2012/10/08 01:16:11 UTC

svn commit: r1395424 - in /directory/apacheds/trunk/core-integ/src/test/java/org/apache/directory/server/core/authn: SimpleAuthenticationIT.java ppolicy/PasswordPolicyTest.java

Author: elecharny
Date: Sun Oct  7 23:16:11 2012
New Revision: 1395424

URL: http://svn.apache.org/viewvc?rev=1395424&view=rev
Log:
Removed useless System.out, now that we decided to get rid of the Suites

Modified:
    directory/apacheds/trunk/core-integ/src/test/java/org/apache/directory/server/core/authn/SimpleAuthenticationIT.java
    directory/apacheds/trunk/core-integ/src/test/java/org/apache/directory/server/core/authn/ppolicy/PasswordPolicyTest.java

Modified: directory/apacheds/trunk/core-integ/src/test/java/org/apache/directory/server/core/authn/SimpleAuthenticationIT.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-integ/src/test/java/org/apache/directory/server/core/authn/SimpleAuthenticationIT.java?rev=1395424&r1=1395423&r2=1395424&view=diff
==============================================================================
--- directory/apacheds/trunk/core-integ/src/test/java/org/apache/directory/server/core/authn/SimpleAuthenticationIT.java (original)
+++ directory/apacheds/trunk/core-integ/src/test/java/org/apache/directory/server/core/authn/SimpleAuthenticationIT.java Sun Oct  7 23:16:11 2012
@@ -78,12 +78,6 @@ public class SimpleAuthenticationIT exte
         IntegrationUtils.closeConnections();
     }
 
-    
-    @AfterClass
-    public static void after()
-    {
-        System.out.println( "SimpleAuthenticationIT tests done") ;
-    }
 
     /**
      * Check the creation of the admin account and persistence across restarts.

Modified: directory/apacheds/trunk/core-integ/src/test/java/org/apache/directory/server/core/authn/ppolicy/PasswordPolicyTest.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-integ/src/test/java/org/apache/directory/server/core/authn/ppolicy/PasswordPolicyTest.java?rev=1395424&r1=1395423&r2=1395424&view=diff
==============================================================================
--- directory/apacheds/trunk/core-integ/src/test/java/org/apache/directory/server/core/authn/ppolicy/PasswordPolicyTest.java (original)
+++ directory/apacheds/trunk/core-integ/src/test/java/org/apache/directory/server/core/authn/ppolicy/PasswordPolicyTest.java Sun Oct  7 23:16:11 2012
@@ -72,7 +72,6 @@ import org.apache.directory.shared.ldap.
 import org.apache.directory.shared.ldap.model.message.ResultCodeEnum;
 import org.apache.directory.shared.ldap.model.name.Dn;
 import org.junit.After;
-import org.junit.AfterClass;
 import org.junit.Before;
 import org.junit.Test;
 import org.junit.runner.RunWith;
@@ -134,12 +133,6 @@ public class PasswordPolicyTest extends 
     {
         IntegrationUtils.closeConnections();
     }
-    
-    @AfterClass
-    public static void after()
-    {
-        System.out.println( "PasswordPolicyTest tests done") ;
-    }
 
 
     @Test