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() );