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

Unified Diff: third_party/sqlite/src/test/lock.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/like.test ('k') | third_party/sqlite/src/test/lock2.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/lock.test
diff --git a/third_party/sqlite/src/test/lock.test b/third_party/sqlite/src/test/lock.test
index 82da4b0d1aef09adf824a57d26a8c84da1ba7c92..22f359c1a25284493af324df1068c79fff111e74 100644
--- a/third_party/sqlite/src/test/lock.test
+++ b/third_party/sqlite/src/test/lock.test
@@ -398,7 +398,7 @@ do_test lock-6.5 {
# * a transaction that modified zero database pages is committed.
#
set temp_status unlocked
-if {$TEMP_STORE==3} {set temp_status unknown}
+if {$TEMP_STORE>=2} {set temp_status unknown}
do_test lock-7.1 {
set STMT [sqlite3_prepare $DB "SELECT * FROM sqlite_master" -1 TAIL]
sqlite3_step $STMT
« no previous file with comments | « third_party/sqlite/src/test/like.test ('k') | third_party/sqlite/src/test/lock2.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698