You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ka...@apache.org on 2009/06/14 09:12:02 UTC

svn commit: r784514 - in /directory/apacheds/trunk/ldap-api-test: ./ src/test/java/org/apache/directory/shared/client/api/operations/

Author: kayyagari
Date: Sun Jun 14 07:12:01 2009
New Revision: 784514

URL: http://svn.apache.org/viewvc?rev=784514&view=rev
Log:
o removed unused inports
o included test classes in surefire plugin

Modified:
    directory/apacheds/trunk/ldap-api-test/pom.xml
    directory/apacheds/trunk/ldap-api-test/src/test/java/org/apache/directory/shared/client/api/operations/ClientDeleteRequestTest.java
    directory/apacheds/trunk/ldap-api-test/src/test/java/org/apache/directory/shared/client/api/operations/ClientModifyDnRequestTest.java

Modified: directory/apacheds/trunk/ldap-api-test/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/ldap-api-test/pom.xml?rev=784514&r1=784513&r2=784514&view=diff
==============================================================================
--- directory/apacheds/trunk/ldap-api-test/pom.xml (original)
+++ directory/apacheds/trunk/ldap-api-test/pom.xml Sun Jun 14 07:12:01 2009
@@ -109,7 +109,7 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <includes>
-            <include>**/*ISuite.java</include>
+            <include>**/*Test.java</include>
           </includes>
         </configuration>
       </plugin>

Modified: directory/apacheds/trunk/ldap-api-test/src/test/java/org/apache/directory/shared/client/api/operations/ClientDeleteRequestTest.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/ldap-api-test/src/test/java/org/apache/directory/shared/client/api/operations/ClientDeleteRequestTest.java?rev=784514&r1=784513&r2=784514&view=diff
==============================================================================
--- directory/apacheds/trunk/ldap-api-test/src/test/java/org/apache/directory/shared/client/api/operations/ClientDeleteRequestTest.java (original)
+++ directory/apacheds/trunk/ldap-api-test/src/test/java/org/apache/directory/shared/client/api/operations/ClientDeleteRequestTest.java Sun Jun 14 07:12:01 2009
@@ -26,7 +26,6 @@
 import static org.junit.Assert.assertTrue;
 
 import java.lang.reflect.Method;
-import java.util.HashMap;
 import java.util.Map;
 
 import org.apache.directory.server.core.CoreSession;

Modified: directory/apacheds/trunk/ldap-api-test/src/test/java/org/apache/directory/shared/client/api/operations/ClientModifyDnRequestTest.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/ldap-api-test/src/test/java/org/apache/directory/shared/client/api/operations/ClientModifyDnRequestTest.java?rev=784514&r1=784513&r2=784514&view=diff
==============================================================================
--- directory/apacheds/trunk/ldap-api-test/src/test/java/org/apache/directory/shared/client/api/operations/ClientModifyDnRequestTest.java (original)
+++ directory/apacheds/trunk/ldap-api-test/src/test/java/org/apache/directory/shared/client/api/operations/ClientModifyDnRequestTest.java Sun Jun 14 07:12:01 2009
@@ -35,7 +35,6 @@
 import org.apache.directory.shared.ldap.entry.Entry;
 import org.apache.directory.shared.ldap.name.LdapDN;
 import org.apache.directory.shared.ldap.name.Rdn;
-import org.apache.log4j.BasicConfigurator;
 import org.junit.Before;
 import org.junit.Test;
 import org.junit.runner.RunWith;