tony2001 Fri May 18 11:47:31 2007 UTC Modified files: /php-src/ext/pdo_mysql/tests bug_33689.phpt /php-src/ext/filter/tests 033.phpt /php-src/ext/mysqli/tests 019.phpt Log: fix tests http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/tests/bug_33689.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/pdo_mysql/tests/bug_33689.phpt diff -u php-src/ext/pdo_mysql/tests/bug_33689.phpt:1.3 php-src/ext/pdo_mysql/tests/bug_33689.phpt:1.4 --- php-src/ext/pdo_mysql/tests/bug_33689.phpt:1.3 Mon May 7 17:23:03 2007 +++ php-src/ext/pdo_mysql/tests/bug_33689.phpt Fri May 18 11:47:31 2007 @@ -7,6 +7,8 @@ require 'ext/pdo/tests/pdo_test.inc'; PDOTest::skip(); ?> +--INI-- +precision=14 --FILE-- <?php require 'ext/pdo/tests/pdo_test.inc'; @@ -24,7 +26,7 @@ print_r($stmt->getColumnMeta(0)); $stmt->execute(); print_r($stmt->getColumnMeta(0)); - +?> --EXPECTF-- object(PDOStatement)#%d (1) { ["queryString"]=> @@ -43,6 +45,7 @@ [0] => not_null ) + [table] => test [name] => bar [len] => 11 [precision] => 0 http://cvs.php.net/viewvc.cgi/php-src/ext/filter/tests/033.phpt?r1=1.8&r2=1.9&diff_format=u Index: php-src/ext/filter/tests/033.phpt diff -u php-src/ext/filter/tests/033.phpt:1.8 php-src/ext/filter/tests/033.phpt:1.9 --- php-src/ext/filter/tests/033.phpt:1.8 Wed Dec 20 19:20:22 2006 +++ php-src/ext/filter/tests/033.phpt Fri May 18 11:47:31 2007 @@ -2,6 +2,8 @@ Test all filters returned by filter_list() --SKIPIF-- <?php if (!extension_loaded("filter")) die("skip"); ?> +--INI-- +precision=14 --FILE-- <?php include dirname(__FILE__) . '/033_run.inc'; http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/019.phpt?r1=1.7&r2=1.8&diff_format=u Index: php-src/ext/mysqli/tests/019.phpt diff -u php-src/ext/mysqli/tests/019.phpt:1.7 php-src/ext/mysqli/tests/019.phpt:1.8 --- php-src/ext/mysqli/tests/019.phpt:1.7 Tue Sep 26 13:06:13 2006 +++ php-src/ext/mysqli/tests/019.phpt Fri May 18 11:47:31 2007 @@ -2,6 +2,8 @@ mysqli fetch (bind_param + bind_result) --SKIPIF-- <?php require_once('skipif.inc'); ?> +--INI-- +precision=14 --FILE-- <?php include "connect.inc";
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php