From 626d96ab6dc844071b0c86bb382e89713b33df14 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Sat, 3 Aug 2013 12:14:47 -0400 Subject: [PATCH] This doesn't fail in 5.5 anymore --- ext/pdo_mysql/tests/bug_44454.phpt | 2 -- 1 file changed, 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... -- 2.40.0