summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2010-06-01 16:39:36 +0000
committerJohannes Schlüter <johannes@php.net>2010-06-01 16:39:36 +0000
commit3a5323e9ee0d09f997beaf1cf1b4de49820d60ce (patch)
treeffc05f81fdbef5660fcff581455b271103344f06
parentc7831cbe27260111c8a81dc7e381a88267504724 (diff)
downloadphp-git-3a5323e9ee0d09f997beaf1cf1b4de49820d60ce.tar.gz
Berkeley DB 5's SQL frontend gives a slightly different error than libsqlite
-rw-r--r--ext/sqlite3/tests/sqlite3_15_open_error.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite3/tests/sqlite3_15_open_error.phpt b/ext/sqlite3/tests/sqlite3_15_open_error.phpt
index 49ddc23bb8..1fcaca9c72 100644
--- a/ext/sqlite3/tests/sqlite3_15_open_error.phpt
+++ b/ext/sqlite3/tests/sqlite3_15_open_error.phpt
@@ -16,7 +16,7 @@ echo "Done\n";
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}