bjori           Tue Dec 12 08:13:31 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/pdo_mysql/tests        bug_33689.phpt bug_37445.phpt 
                                        bug_39483.phpt last_insert_id.phpt 
                                        pecl_bug_5200.phpt pecl_bug_5780.phpt 
                                        pecl_bug_5802.phpt show_tables.phpt 
  Log:
  Fix skipif
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/tests/bug_33689.phpt?r1=1.1.2.2.2.1&r2=1.1.2.2.2.2&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.1.2.2.2.1 
php-src/ext/pdo_mysql/tests/bug_33689.phpt:1.1.2.2.2.2
--- php-src/ext/pdo_mysql/tests/bug_33689.phpt:1.1.2.2.2.1      Mon Jul 31 
20:14:40 2006
+++ php-src/ext/pdo_mysql/tests/bug_33689.phpt  Tue Dec 12 08:13:31 2006
@@ -5,7 +5,6 @@
 if (!extension_loaded('pdo') || !extension_loaded('pdo_mysql')) die('skip not 
loaded');
 require dirname(__FILE__) . '/config.inc';
 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
-$db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
 PDOTest::skip();
 ?>
 --FILE--
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/tests/bug_37445.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/pdo_mysql/tests/bug_37445.phpt
diff -u php-src/ext/pdo_mysql/tests/bug_37445.phpt:1.1.2.1 
php-src/ext/pdo_mysql/tests/bug_37445.phpt:1.1.2.2
--- php-src/ext/pdo_mysql/tests/bug_37445.phpt:1.1.2.1  Mon Jul 31 20:18:11 2006
+++ php-src/ext/pdo_mysql/tests/bug_37445.phpt  Tue Dec 12 08:13:31 2006
@@ -5,7 +5,6 @@
 if (!extension_loaded('pdo') || !extension_loaded('pdo_mysql')) die('skip not 
loaded');
 require dirname(__FILE__) . '/config.inc';
 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
-$db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
 PDOTest::skip();
 ?>
 --FILE--
@@ -18,4 +17,4 @@
 $stmt->bindParam(':a', 'b');
 
 --EXPECTF--
-Fatal error: Cannot pass parameter 2 by reference in %s/bug_37445.php on line 
%d
\ No newline at end of file
+Fatal error: Cannot pass parameter 2 by reference in %s/bug_37445.php on line 
%d
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/tests/bug_39483.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/pdo_mysql/tests/bug_39483.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/tests/last_insert_id.phpt?r1=1.1.2.3&r2=1.1.2.4&diff_format=u
Index: php-src/ext/pdo_mysql/tests/last_insert_id.phpt
diff -u php-src/ext/pdo_mysql/tests/last_insert_id.phpt:1.1.2.3 
php-src/ext/pdo_mysql/tests/last_insert_id.phpt:1.1.2.4
--- php-src/ext/pdo_mysql/tests/last_insert_id.phpt:1.1.2.3     Mon Jul 31 
20:14:40 2006
+++ php-src/ext/pdo_mysql/tests/last_insert_id.phpt     Tue Dec 12 08:13:31 2006
@@ -5,7 +5,6 @@
 if (!extension_loaded('pdo') || !extension_loaded('pdo_mysql')) die('skip not 
loaded');
 require dirname(__FILE__) . '/config.inc';
 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
-$db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
 PDOTest::skip();
 ?>
 --FILE--
@@ -33,4 +32,4 @@
 (
     [queryString] => INSERT INTO test (num) VALUES (451)
 )
-24
\ No newline at end of file
+24
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/tests/pecl_bug_5200.phpt?r1=1.1.2.3.2.1&r2=1.1.2.3.2.2&diff_format=u
Index: php-src/ext/pdo_mysql/tests/pecl_bug_5200.phpt
diff -u php-src/ext/pdo_mysql/tests/pecl_bug_5200.phpt:1.1.2.3.2.1 
php-src/ext/pdo_mysql/tests/pecl_bug_5200.phpt:1.1.2.3.2.2
--- php-src/ext/pdo_mysql/tests/pecl_bug_5200.phpt:1.1.2.3.2.1  Mon Jul 31 
20:14:40 2006
+++ php-src/ext/pdo_mysql/tests/pecl_bug_5200.phpt      Tue Dec 12 08:13:31 2006
@@ -5,7 +5,6 @@
 if (!extension_loaded('pdo') || !extension_loaded('pdo_mysql')) die('skip not 
loaded');
 require dirname(__FILE__) . '/config.inc';
 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
-$db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
 PDOTest::skip();
 ?>
 --FILE--
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/tests/pecl_bug_5780.phpt?r1=1.1.2.1.2.2&r2=1.1.2.1.2.3&diff_format=u
Index: php-src/ext/pdo_mysql/tests/pecl_bug_5780.phpt
diff -u php-src/ext/pdo_mysql/tests/pecl_bug_5780.phpt:1.1.2.1.2.2 
php-src/ext/pdo_mysql/tests/pecl_bug_5780.phpt:1.1.2.1.2.3
--- php-src/ext/pdo_mysql/tests/pecl_bug_5780.phpt:1.1.2.1.2.2  Fri Dec  8 
19:50:40 2006
+++ php-src/ext/pdo_mysql/tests/pecl_bug_5780.phpt      Tue Dec 12 08:13:31 2006
@@ -5,7 +5,6 @@
 if (!extension_loaded('pdo') || !extension_loaded('pdo_mysql')) die('skip not 
loaded');
 require dirname(__FILE__) . '/config.inc';
 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
-$db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
 PDOTest::skip();
 ?>
 --FILE--
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/tests/pecl_bug_5802.phpt?r1=1.1.2.1.2.1&r2=1.1.2.1.2.2&diff_format=u
Index: php-src/ext/pdo_mysql/tests/pecl_bug_5802.phpt
diff -u php-src/ext/pdo_mysql/tests/pecl_bug_5802.phpt:1.1.2.1.2.1 
php-src/ext/pdo_mysql/tests/pecl_bug_5802.phpt:1.1.2.1.2.2
--- php-src/ext/pdo_mysql/tests/pecl_bug_5802.phpt:1.1.2.1.2.1  Mon Jul 31 
20:14:40 2006
+++ php-src/ext/pdo_mysql/tests/pecl_bug_5802.phpt      Tue Dec 12 08:13:31 2006
@@ -5,7 +5,6 @@
 if (!extension_loaded('pdo') || !extension_loaded('pdo_mysql')) die('skip not 
loaded');
 require dirname(__FILE__) . '/config.inc';
 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
-$db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
 PDOTest::skip();
 ?>
 --FILE--
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/tests/show_tables.phpt?r1=1.1.2.2.2.1&r2=1.1.2.2.2.2&diff_format=u
Index: php-src/ext/pdo_mysql/tests/show_tables.phpt
diff -u php-src/ext/pdo_mysql/tests/show_tables.phpt:1.1.2.2.2.1 
php-src/ext/pdo_mysql/tests/show_tables.phpt:1.1.2.2.2.2
--- php-src/ext/pdo_mysql/tests/show_tables.phpt:1.1.2.2.2.1    Mon Jul 31 
20:14:40 2006
+++ php-src/ext/pdo_mysql/tests/show_tables.phpt        Tue Dec 12 08:13:31 2006
@@ -5,7 +5,6 @@
 if (!extension_loaded('pdo') || !extension_loaded('pdo_mysql')) die('skip not 
loaded');
 require dirname(__FILE__) . '/config.inc';
 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
-$db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
 PDOTest::skip();
 ?>
 --FILE--

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

Reply via email to