rasmus Wed, 25 Nov 2009 05:38:33 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=291290
Log: And there is no 23,24,25 in this test at all. Perhaps these lines were added to the wrong file by mistake? Those were the same ones missing from pdo_mysql___construct_options.phpt Changed paths: U php/php-src/branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt U php/php-src/trunk/ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt Modified: php/php-src/branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt 2009-11-25 05:29:57 UTC (rev 291289) +++ php/php-src/branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt 2009-11-25 05:38:33 UTC (rev 291290) @@ -78,8 +78,5 @@ ?> --EXPECTF-- [001] Expecting default value for 'PDO::MYSQL_ATTR_INIT_COMMAND' of ''/string, getAttribute() reports setting ''/boolean -[023] Execting 'SET @a=1'/string got ''/boolean' for options 'PDO::MYSQL_ATTR_INIT_COMMAND' -[024] SQLSTATE[42000] [1065] Query was empty -[025] SQLSTATE[42S02] [1146] Table '%snonexistent' doesn't exist [026] Execting '1'/boolean got ''/boolean' for options 'PDO::MYSQL_ATTR_READ_DEFAULT_FILE' done! Modified: php/php-src/trunk/ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt =================================================================== --- php/php-src/trunk/ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt 2009-11-25 05:29:57 UTC (rev 291289) +++ php/php-src/trunk/ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt 2009-11-25 05:38:33 UTC (rev 291290) @@ -78,8 +78,5 @@ ?> --EXPECTF-- [001] Expecting default value for 'PDO::MYSQL_ATTR_INIT_COMMAND' of ''/string, getAttribute() reports setting ''/boolean -[023] Execting 'SET @a=1'/string got ''/boolean' for options 'PDO::MYSQL_ATTR_INIT_COMMAND' -[024] SQLSTATE[42000] [1065] Query was empty -[025] SQLSTATE[42S02] [1146] Table '%snonexistent' doesn't exist [026] Execting '1'/boolean got ''/boolean' for options 'PDO::MYSQL_ATTR_READ_DEFAULT_FILE' done!
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php