Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: third_party/sqlite/src/test/lock5.test

Issue 6990047: Import SQLite 3.7.6.3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/sqlite/src/test/lock4.test ('k') | third_party/sqlite/src/test/lock6.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/lock5.test
diff --git a/third_party/sqlite/src/test/lock5.test b/third_party/sqlite/src/test/lock5.test
index 63e7e6baafd276f5d1a4296f65e16b2dd3731f8b..6ec86ba7e4e9af3cbaf51bda79bf0df598d67c6b 100644
--- a/third_party/sqlite/src/test/lock5.test
+++ b/third_party/sqlite/src/test/lock5.test
@@ -121,7 +121,7 @@ do_test lock5-flock.2 {
} {0}
do_test lock5-flock.3 {
- sqlite3 db2 test.db -vfs unix-flock
+ catch { sqlite3 db2 test.db -vfs unix-flock }
catchsql { SELECT * FROM t1 } db2
} {1 {database is locked}}
« no previous file with comments | « third_party/sqlite/src/test/lock4.test ('k') | third_party/sqlite/src/test/lock6.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698