From 25e6cd1a383ccf53cda553764f4858199593ac83 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Mon, 17 Mar 2008 17:19:48 +0000 Subject: [PATCH] remove duplicated sections --- ext/mysql/tests/mysql_fetch_row.phpt | 16 +--------------- ext/pdo/tests/bug_43663.phpt | 1 - ext/standard/tests/file/unlink_error-win32.phpt | 6 ------ 3 files changed, 1 insertion(+), 22 deletions(-) diff --git a/ext/mysql/tests/mysql_fetch_row.phpt b/ext/mysql/tests/mysql_fetch_row.phpt index b98f29c4da..797e7ba1c8 100644 --- a/ext/mysql/tests/mysql_fetch_row.phpt +++ b/ext/mysql/tests/mysql_fetch_row.phpt @@ -47,20 +47,6 @@ array(2) { [005] bool(false) -Warning: mysql_fetch_row(): %d is not a valid MySQL result resource in %s on line %d -bool(false) -done! ---EXPECTF-- -[004] -array(2) { - [0]=> - string(1) "1" - [1]=> - string(1) "a" -} -[005] -bool(false) - Warning: mysql_fetch_row(): %d is not a valid MySQL result resource in %s on line %d bool(false) done! @@ -77,4 +63,4 @@ bool(false) Warning: mysql_fetch_row(): %d is not a valid MySQL result resource in %s on line %d bool(false) -done! \ No newline at end of file +done! diff --git a/ext/pdo/tests/bug_43663.phpt b/ext/pdo/tests/bug_43663.phpt index 25af588bbe..4a22bfe4a7 100644 --- a/ext/pdo/tests/bug_43663.phpt +++ b/ext/pdo/tests/bug_43663.phpt @@ -1,6 +1,5 @@ --TEST-- PDO Common: Bug #43663 (__call on classes derived from PDO) ---FILE-- --SKIPIF-- --FILE-- ---FILE-- -