tony2001 Tue Apr 22 13:31:25 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/ldap/tests ldap_dn2ufn.phpt ldap_explode_dn.phpt Log: fix tests http://cvs.php.net/viewvc.cgi/php-src/ext/ldap/tests/ldap_dn2ufn.phpt?r1=1.1.4.2&r2=1.1.4.3&diff_format=u Index: php-src/ext/ldap/tests/ldap_dn2ufn.phpt diff -u php-src/ext/ldap/tests/ldap_dn2ufn.phpt:1.1.4.2 php-src/ext/ldap/tests/ldap_dn2ufn.phpt:1.1.4.3 --- php-src/ext/ldap/tests/ldap_dn2ufn.phpt:1.1.4.2 Thu Dec 13 18:00:27 2007 +++ php-src/ext/ldap/tests/ldap_dn2ufn.phpt Tue Apr 22 13:31:25 2008 @@ -28,6 +28,6 @@ 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 http://cvs.php.net/viewvc.cgi/php-src/ext/ldap/tests/ldap_explode_dn.phpt?r1=1.1.2.3&r2=1.1.2.4&diff_format=u Index: php-src/ext/ldap/tests/ldap_explode_dn.phpt diff -u php-src/ext/ldap/tests/ldap_explode_dn.phpt:1.1.2.3 php-src/ext/ldap/tests/ldap_explode_dn.phpt:1.1.2.4 --- php-src/ext/ldap/tests/ldap_explode_dn.phpt:1.1.2.3 Thu Dec 13 17:45:44 2007 +++ php-src/ext/ldap/tests/ldap_explode_dn.phpt Tue Apr 22 13:31:25 2008 @@ -86,9 +86,9 @@ 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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php