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

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

Issue 949043002: Add //third_party/sqlite to dirs_to_snapshot, remove net_sql.patch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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/btreefault.test ('k') | third_party/sqlite/src/test/capi2.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/cache.test
diff --git a/third_party/sqlite/src/test/cache.test b/third_party/sqlite/src/test/cache.test
index 8d801f05998775228d2c95acc8ba8bcc0ab14196..ffc25c460e73be51b91c24021df5d531cc8881fe 100644
--- a/third_party/sqlite/src/test/cache.test
+++ b/third_party/sqlite/src/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/src/test/btreefault.test ('k') | third_party/sqlite/src/test/capi2.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698