From: Rasmus Lerdorf Date: Sat, 3 Aug 2013 16:14:47 +0000 (-0400) Subject: This doesn't fail in 5.5 anymore X-Git-Tag: php-5.6.0alpha1~348^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=626d96ab6dc844071b0c86bb382e89713b33df14;p=php This doesn't fail in 5.5 anymore --- 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...