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

Unified Diff: third_party/sqlite/sqlite-src-3080704/test/cache.test

Issue 883353008: [sql] Import reference version of SQLite 3.8.7.4. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Hold back encoding change which is messing up patch. Created 5 years, 11 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
Index: third_party/sqlite/sqlite-src-3080704/test/cache.test
diff --git a/third_party/sqlite/sqlite-src-3070603/test/cache.test b/third_party/sqlite/sqlite-src-3080704/test/cache.test
similarity index 97%
copy from third_party/sqlite/sqlite-src-3070603/test/cache.test
copy to third_party/sqlite/sqlite-src-3080704/test/cache.test
index 8d801f05998775228d2c95acc8ba8bcc0ab14196..ffc25c460e73be51b91c24021df5d531cc8881fe 100644
--- a/third_party/sqlite/sqlite-src-3070603/test/cache.test
+++ b/third_party/sqlite/sqlite-src-3080704/test/cache.test
@@ -14,7 +14,7 @@
set testdir [file dirname $argv0]
source $testdir/tester.tcl
-ifcapable {!pager_pragmas} {
+ifcapable !pager_pragmas||!compound {
finish_test
return
}
@@ -46,7 +46,7 @@ do_test cache-1.2 {
# leaked, but would not be reused until the pager-cache was full (i.e.
# 2000 pages by default).
#
-# This tests that once the pager-cache is initialised, it can be locked
+# This tests that once the pager-cache is initialized, it can be locked
# and unlocked repeatedly without internally allocating any new pages.
#
set cache_size [pager_cache_size db]
« no previous file with comments | « third_party/sqlite/sqlite-src-3080704/test/busy.test ('k') | third_party/sqlite/sqlite-src-3080704/test/capi2.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698