summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2013-08-03 12:14:47 -0400
committerRasmus Lerdorf <rasmus@php.net>2013-08-03 12:14:47 -0400
commit626d96ab6dc844071b0c86bb382e89713b33df14 (patch)
tree635baebc84b58b42dd274187985f02b81e1a77b9
parentf17f596b27815f097d8831eed57d62eb06d0bd3c (diff)
downloadphp-git-626d96ab6dc844071b0c86bb382e89713b33df14.tar.gz
This doesn't fail in 5.5 anymore
-rw-r--r--ext/pdo_mysql/tests/bug_44454.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/pdo_mysql/tests/bug_44454.phpt b/ext/pdo_mysql/tests/bug_44454.phpt
index 89a4e2a3f7..eb93d97952 100644
--- a/ext/pdo_mysql/tests/bug_44454.phpt
+++ b/ext/pdo_mysql/tests/bug_44454.phpt
@@ -73,8 +73,6 @@ require dirname(__FILE__) . '/mysql_pdo_test.inc';
$db = MySQLPDOTest::factory();
$db->exec('DROP TABLE IF EXISTS test');
?>
---XFAIL--
-For some reason the exception gets thrown at the wrong place
--EXPECTF--
Native Prepared Statements
... SELECT has returned 1 row...