You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2010/01/21 12:59:46 UTC

svn commit: r901664 - /directory/apacheds/trunk/ldap-api-test/src/test/java/org/apache/directory/shared/client/api/LdapConnectionTest.java

Author: felixk
Date: Thu Jan 21 11:59:45 2010
New Revision: 901664

URL: http://svn.apache.org/viewvc?rev=901664&view=rev
Log:
This Exception is never thrown and results to a compilation failure when running mvn clean install -Dintegration.

Modified:
    directory/apacheds/trunk/ldap-api-test/src/test/java/org/apache/directory/shared/client/api/LdapConnectionTest.java

Modified: directory/apacheds/trunk/ldap-api-test/src/test/java/org/apache/directory/shared/client/api/LdapConnectionTest.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/ldap-api-test/src/test/java/org/apache/directory/shared/client/api/LdapConnectionTest.java?rev=901664&r1=901663&r2=901664&view=diff
==============================================================================
--- directory/apacheds/trunk/ldap-api-test/src/test/java/org/apache/directory/shared/client/api/LdapConnectionTest.java (original)
+++ directory/apacheds/trunk/ldap-api-test/src/test/java/org/apache/directory/shared/client/api/LdapConnectionTest.java Thu Jan 21 11:59:45 2010
@@ -75,10 +75,6 @@
         {
             fail();
         }
-        catch ( IOException ioe )
-        {
-            fail();
-        }
         finally
         {
             try