]> granicus.if.org Git - php/commitdiff
Fix skipif
authorHannes Magnusson <bjori@php.net>
Tue, 12 Dec 2006 08:13:31 +0000 (08:13 +0000)
committerHannes Magnusson <bjori@php.net>
Tue, 12 Dec 2006 08:13:31 +0000 (08:13 +0000)
ext/pdo_mysql/tests/bug_33689.phpt
ext/pdo_mysql/tests/bug_37445.phpt
ext/pdo_mysql/tests/bug_39483.phpt
ext/pdo_mysql/tests/last_insert_id.phpt
ext/pdo_mysql/tests/pecl_bug_5200.phpt
ext/pdo_mysql/tests/pecl_bug_5780.phpt
ext/pdo_mysql/tests/pecl_bug_5802.phpt
ext/pdo_mysql/tests/show_tables.phpt

index bd0a40904a107ca0d2b90167b6bc774cb17277a9..01bfa706e031889aff1c1df439d0a0a1b9750b8c 100644 (file)
@@ -5,7 +5,6 @@ PDO MySQL Bug #33689
 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--
index c4d760083d92920cd4675e1cc838d7624377500b..0435fa7388506d6f4b83ce0ec063cd4bb549168b 100644 (file)
@@ -5,7 +5,6 @@ PDO MySQL Bug #37445 (Premature stmt object destruction)
 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 = $db->prepare("SELECT 1");
 $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
index f8a6135df52db6c6d2841401554f4a8de64c7fc2..c20f4a360275ab082fbd0b2ad3b530d9dcf0f221 100644 (file)
Binary files a/ext/pdo_mysql/tests/bug_39483.phpt and b/ext/pdo_mysql/tests/bug_39483.phpt differ
index d48ba149925594ff6b761160ae9880fd05fd1d50..c819efe1e63c0b411d7c946d0e82a837e005dec1 100644 (file)
@@ -5,7 +5,6 @@ PDO MySQL auto_increment / last insert id
 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 @@ PDOStatement Object
 (
     [queryString] => INSERT INTO test (num) VALUES (451)
 )
-24
\ No newline at end of file
+24
index 639a640c8a410b1dc0a1dbbeec5308290997c7f4..2dffd1141fff4999a9a9849d2cc08cb3ba540d22 100644 (file)
@@ -5,7 +5,6 @@ PDO MySQL PECL Bug #5200
 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--
index e6b79a1daae589c2b71ffa4b3d1f0633d9daee5f..3ee1e6e30ed0a1e83e3b7a99d3eebf0e3cde3adb 100644 (file)
@@ -5,7 +5,6 @@ PDO MySQL PECL Bug #5780
 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--
index f154dd13a975c471f8e8a556d8e0392973272362..70bd4616359989808a6181940bc88df7139dc602 100644 (file)
@@ -5,7 +5,6 @@ PDO MySQL PECL Bug #5802
 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--
index 97dfe686e76e39b942673c1f44feec3bb2c13732..1b1ef67680c6597e28b16a30392136716eb98d68 100644 (file)
@@ -5,7 +5,6 @@ PDO MySQL SHOW TABLES
 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--