johannes                                 Tue, 01 Jun 2010 16:39:36 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=300055

Log:
Berkeley DB 5's SQL frontend gives a slightly different error than libsqlite

Changed paths:
    U   
php/php-src/branches/PHP_5_3/ext/sqlite3/tests/sqlite3_15_open_error.phpt
    U   php/php-src/trunk/ext/sqlite3/tests/sqlite3_15_open_error.phpt

Modified: 
php/php-src/branches/PHP_5_3/ext/sqlite3/tests/sqlite3_15_open_error.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/sqlite3/tests/sqlite3_15_open_error.phpt   
2010-06-01 15:49:34 UTC (rev 300054)
+++ php/php-src/branches/PHP_5_3/ext/sqlite3/tests/sqlite3_15_open_error.phpt   
2010-06-01 16:39:36 UTC (rev 300055)
@@ -16,7 +16,7 @@
 unlink($unreadable);
 ?>
 --EXPECTF--
-exception 'Exception' with message 'Unable to open database: unable to open 
database file' in %s/sqlite3_15_open_error.php:%d
+exception 'Exception' with message 'Unable to open database: %s' in 
%s/sqlite3_15_open_error.php:%d
 Stack trace:
 #0 %s/sqlite3_15_open_error.php(%d): SQLite3->__construct('%s')
 #1 {main}

Modified: php/php-src/trunk/ext/sqlite3/tests/sqlite3_15_open_error.phpt
===================================================================
--- php/php-src/trunk/ext/sqlite3/tests/sqlite3_15_open_error.phpt      
2010-06-01 15:49:34 UTC (rev 300054)
+++ php/php-src/trunk/ext/sqlite3/tests/sqlite3_15_open_error.phpt      
2010-06-01 16:39:36 UTC (rev 300055)
@@ -16,7 +16,7 @@
 unlink($unreadable);
 ?>
 --EXPECTF--
-exception 'Exception' with message 'Unable to open database: unable to open 
database file' in %s/sqlite3_15_open_error.php:%d
+exception 'Exception' with message 'Unable to open database: %s' in 
%s/sqlite3_15_open_error.php:%d
 Stack trace:
 #0 %s/sqlite3_15_open_error.php(%d): SQLite3->__construct('%s')
 #1 {main}

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

Reply via email to