tony2001 Tue Apr 22 13:31:18 2008 UTC
Modified files:
/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.2&r2=1.3&diff_format=u
Index: php-src/ext/ldap/tests/ldap_dn2ufn.phpt
diff -u php-src/ext/ldap/tests/ldap_dn2ufn.phpt:1.2
php-src/ext/ldap/tests/ldap_dn2ufn.phpt:1.3
--- php-src/ext/ldap/tests/ldap_dn2ufn.phpt:1.2 Thu Dec 13 18:00:46 2007
+++ php-src/ext/ldap/tests/ldap_dn2ufn.phpt Tue Apr 22 13:31:17 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.4&r2=1.5&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.4
php-src/ext/ldap/tests/ldap_explode_dn.phpt:1.5
--- php-src/ext/ldap/tests/ldap_explode_dn.phpt:1.4 Thu Dec 13 17:46:23 2007
+++ php-src/ext/ldap/tests/ldap_explode_dn.phpt Tue Apr 22 13:31:17 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