projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ce6e17
)
getEntry() is throwing Horde_Exception_NotFound now.
author
Jan Schneider
<jan@horde.org>
Mon, 20 Sep 2010 22:35:03 +0000
(
00:35
+0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 20 Sep 2010 22:38:05 +0000
(
00:38
+0200)
framework/Ldap/test/Horde/Ldap/LdapTest.php
patch
|
blob
|
history
diff --git
a/framework/Ldap/test/Horde/Ldap/LdapTest.php
b/framework/Ldap/test/Horde/Ldap/LdapTest.php
index
293083b
..
f0639d9
100644
(file)
--- 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) {}
}
/**