Commit:    626d96ab6dc844071b0c86bb382e89713b33df14
Author:    Rasmus Lerdorf <ras...@php.net>         Sat, 3 Aug 2013 12:14:47 
-0400
Parents:   f17f596b27815f097d8831eed57d62eb06d0bd3c
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=626d96ab6dc844071b0c86bb382e89713b33df14

Log:
This doesn't fail in 5.5 anymore

Changed paths:
  M  ext/pdo_mysql/tests/bug_44454.phpt


Diff:
diff --git a/ext/pdo_mysql/tests/bug_44454.phpt 
b/ext/pdo_mysql/tests/bug_44454.phpt
index 89a4e2a..eb93d97 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...


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to