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 2007/09/12 16:29:26 UTC

svn commit: r574974 - /directory/apacheds/trunk/server-tools/src/test/java/org/apache/directory/server/tools/commands/importcmd/ImportCommandTest.java

Author: elecharny
Date: Wed Sep 12 07:29:25 2007
New Revision: 574974

URL: http://svn.apache.org/viewvc?rev=574974&view=rev
Log:
Remove some warnings by using generics, and cleaning the code 

Modified:
    directory/apacheds/trunk/server-tools/src/test/java/org/apache/directory/server/tools/commands/importcmd/ImportCommandTest.java

Modified: directory/apacheds/trunk/server-tools/src/test/java/org/apache/directory/server/tools/commands/importcmd/ImportCommandTest.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-tools/src/test/java/org/apache/directory/server/tools/commands/importcmd/ImportCommandTest.java?rev=574974&r1=574973&r2=574974&view=diff
==============================================================================
--- directory/apacheds/trunk/server-tools/src/test/java/org/apache/directory/server/tools/commands/importcmd/ImportCommandTest.java (original)
+++ directory/apacheds/trunk/server-tools/src/test/java/org/apache/directory/server/tools/commands/importcmd/ImportCommandTest.java Wed Sep 12 07:29:25 2007
@@ -755,7 +755,7 @@
     }
 
 
-    public void testRFC2849Sample3() throws UnsupportedEncodingException
+    public void testRFC2849Sample3()
     {
         // Checking if server had been launched
         if ( !bindSuccessful )