From 823b31d30cb74b50b980222e237199aa3607caa0 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 22 Apr 2008 13:31:25 +0000 Subject: fix tests --- ext/ldap/tests/ldap_dn2ufn.phpt | 2 +- ext/ldap/tests/ldap_explode_dn.phpt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ext') diff --git a/ext/ldap/tests/ldap_dn2ufn.phpt b/ext/ldap/tests/ldap_dn2ufn.phpt index 50e4572d33..8082e97809 100644 --- a/ext/ldap/tests/ldap_dn2ufn.phpt +++ b/ext/ldap/tests/ldap_dn2ufn.phpt @@ -28,6 +28,6 @@ string(16) "bob, example.com" string(23) "bob, users, example.com" bool(false) -Warning: Wrong parameter count for ldap_dn2ufn() in %s on line %d +Warning: ldap_dn2ufn() expects exactly 1 parameter, 2 given in %s on line %d bool(false) Done diff --git a/ext/ldap/tests/ldap_explode_dn.phpt b/ext/ldap/tests/ldap_explode_dn.phpt index f713ca31f2..2337ac9eff 100644 --- a/ext/ldap/tests/ldap_explode_dn.phpt +++ b/ext/ldap/tests/ldap_explode_dn.phpt @@ -86,9 +86,9 @@ array(5) { bool(false) bool(false) -Warning: Wrong parameter count for ldap_explode_dn() in %s on line %d +Warning: ldap_explode_dn() expects exactly 2 parameters, 1 given in %s on line %d -Warning: Wrong parameter count for ldap_explode_dn() in %s on line %d +Warning: ldap_explode_dn() expects exactly 2 parameters, 3 given in %s on line %d bool(false) bool(false) Done -- cgit v1.2.1