]> granicus.if.org Git - php/commitdiff
This doesn't fail in 5.5 anymore
authorRasmus Lerdorf <rasmus@php.net>
Sat, 3 Aug 2013 16:14:47 +0000 (12:14 -0400)
committerRasmus Lerdorf <rasmus@php.net>
Sat, 3 Aug 2013 16:14:47 +0000 (12:14 -0400)
ext/pdo_mysql/tests/bug_44454.phpt

index 89a4e2a3f72d94d1e3f72666d27f227874082176..eb93d97952c1d38220c8659d8d9851d19c4632b7 100644 (file)
@@ -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...