From a8af74f3d4392c7e22e85d649b680a8478d6c7f4 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Wed, 23 Jul 2008 10:23:08 +0000 Subject: [PATCH] fix test names --- ext/pdo_mysql/tests/bug_39858.phpt | 4 ++-- ext/pdo_mysql/tests/bug_41125.phpt | 4 ++-- ext/pdo_mysql/tests/bug_42499.phpt | 4 ++-- ext/pdo_mysql/tests/bug_43371.phpt | 4 ++-- ext/pdo_mysql/tests/bug_44454.phpt | 4 ++-- ext/pdo_mysql/tests/bug_44707.phpt | 4 ++-- ext/pdo_mysql/tests/bug_45120.phpt | 4 ++-- ext/pdo_mysql/tests/bug_pecl_7976.phpt | 4 ++-- ext/pdo_mysql/tests/pdo_mysql_prepare_match_against.phpt | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/ext/pdo_mysql/tests/bug_39858.phpt b/ext/pdo_mysql/tests/bug_39858.phpt index e557094eca..6a2124d3ba 100644 --- a/ext/pdo_mysql/tests/bug_39858.phpt +++ b/ext/pdo_mysql/tests/bug_39858.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #39858 (http://bugs.php.net/bug.php?id=39858) +Bug #39858 (Lost connection to MySQL server during query by a repeated call stored proced) --SKIPIF-- --EXPECT-- -done! \ No newline at end of file +done! diff --git a/ext/pdo_mysql/tests/bug_44454.phpt b/ext/pdo_mysql/tests/bug_44454.phpt index a7c636a73f..e8f91a00aa 100644 --- a/ext/pdo_mysql/tests/bug_44454.phpt +++ b/ext/pdo_mysql/tests/bug_44454.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #44454 (http://bugs.php.net/bug.php?id=44454) +Bug #44454 (Unexpected exception thrown in foreach() statement) --SKIPIF-- 1062, 2 => 'Duplicate entry \'1-1\' for key 1', ) -done! \ No newline at end of file +done! diff --git a/ext/pdo_mysql/tests/bug_44707.phpt b/ext/pdo_mysql/tests/bug_44707.phpt index c7e944f2a2..d5d4539fcc 100644 --- a/ext/pdo_mysql/tests/bug_44707.phpt +++ b/ext/pdo_mysql/tests/bug_44707.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #44707 (http://bugs.php.net/bug.php?id=44707) = ! driver bug +Bug #44707 (The MySQL PDO driver resets variable content after bindParam on tinyint field) --SKIPIF-- execute() returns true then false for same statement) --SKIPIF-- prepare(MATCH ... AGAINST (:placeholder)) - similar: http://bugs.php.net/bug.php?id=41876 +Bug #41876 (bindParam() and bindValue() do not work with MySQL MATCH () AGAINST ()) --SKIPIF--