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

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

Author: akarasulu
Date: Thu Jan 21 18:57:34 2010
New Revision: 901826

URL: http://svn.apache.org/viewvc?rev=901826&view=rev
Log:
throw Exception to avoid compilation error

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=901826&r1=901825&r2=901826&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 18:57:34 2010
@@ -59,7 +59,7 @@
      * @throws IOException
      */
     @Test
-    public void testBindRequest()
+    public void testBindRequest() throws Exception
     {
         LdapConnection connection = new LdapConnection( "localhost", ldapServer.getPort() );