johannes                                 Tue, 06 Mar 2012 01:43:49 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=323932

Log:
Apply test fix for bug #61288 pdo_mysql___construct_options_libmysql.phpt test 
fails

Bug: https://bugs.php.net/61288 (Open) 
pdo_mysql___construct_options_libmysql.phpt test fails
      
Changed paths:
    U   
php/php-src/branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt
    U   
php/php-src/branches/PHP_5_4/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
        2012-03-06 00:15:40 UTC (rev 323931)
+++ 
php/php-src/branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt
        2012-03-06 01:43:49 UTC (rev 323932)
@@ -4,6 +4,7 @@
 <?php
 require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'skipif.inc');
 require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
+MySQLPDOTest::skip();
 if (MySQLPDOTest::isPDOMySQLnd())
        die("skip libmysql only options")
 ?>

Modified: 
php/php-src/branches/PHP_5_4/ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt
===================================================================
--- 
php/php-src/branches/PHP_5_4/ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt
        2012-03-06 00:15:40 UTC (rev 323931)
+++ 
php/php-src/branches/PHP_5_4/ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt
        2012-03-06 01:43:49 UTC (rev 323932)
@@ -4,6 +4,7 @@
 <?php
 require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'skipif.inc');
 require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
+MySQLPDOTest::skip();
 if (MySQLPDOTest::isPDOMySQLnd())
        die("skip libmysql only options")
 ?>

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
   2012-03-06 00:15:40 UTC (rev 323931)
+++ 
php/php-src/trunk/ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt
   2012-03-06 01:43:49 UTC (rev 323932)
@@ -4,6 +4,7 @@
 <?php
 require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'skipif.inc');
 require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
+MySQLPDOTest::skip();
 if (MySQLPDOTest::isPDOMySQLnd())
        die("skip libmysql only options")
 ?>

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to