From: Jan Schneider Date: Mon, 20 Sep 2010 22:35:03 +0000 (+0200) Subject: getEntry() is throwing Horde_Exception_NotFound now. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e2d24fb33a912cd196867b915e3567f46b4c511d;p=horde.git getEntry() is throwing Horde_Exception_NotFound now. --- diff --git a/framework/Ldap/test/Horde/Ldap/LdapTest.php b/framework/Ldap/test/Horde/Ldap/LdapTest.php index 293083b0a..f0639d971 100644 --- a/framework/Ldap/test/Horde/Ldap/LdapTest.php +++ b/framework/Ldap/test/Horde/Ldap/LdapTest.php @@ -417,7 +417,7 @@ class Horde_Ldap_LdapTest extends Horde_Ldap_TestBase try { $ldap->getEntry('cn=notexistent,' . self::$ldapcfg['server']['basedn']); $this->fail('Horde_Ldap_Exception expected.'); - } catch (Horde_Ldap_Exception $e) {} + } catch (Horde_Exception_NotFound $e) {} } /**