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

Unified Diff: third_party/sqlite/sqlite-src-3080704/test/walnoshm.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/walnoshm.test
diff --git a/third_party/sqlite/sqlite-src-3070603/test/walnoshm.test b/third_party/sqlite/sqlite-src-3080704/test/walnoshm.test
similarity index 96%
copy from third_party/sqlite/sqlite-src-3070603/test/walnoshm.test
copy to third_party/sqlite/sqlite-src-3080704/test/walnoshm.test
index de059dd5ca642d884c701fc1c5fd775bf34e29c5..d4082178dde26c7427a8c6aa275cd3413efd7d7d 100644
--- a/third_party/sqlite/sqlite-src-3070603/test/walnoshm.test
+++ b/third_party/sqlite/sqlite-src-3080704/test/walnoshm.test
@@ -87,8 +87,8 @@ do_execsql_test 2.1.2 {
} {exclusive wal}
do_test 2.1.3 {
- file copy -force test.db test2.db
- file copy -force test.db-wal test2.db-wal
+ forcecopy test.db test2.db
+ forcecopy test.db-wal test2.db-wal
sqlite3 db2 test2.db
catchsql { SELECT * FROM t2 } db2
} {1 {unable to open database file}}
@@ -104,8 +104,8 @@ do_test 2.1.5 {
} {exclusive delete a b c d e f g h}
do_test 2.2.1 {
- file copy -force test.db test2.db
- file copy -force test.db-wal test2.db-wal
+ forcecopy test.db test2.db
+ forcecopy test.db-wal test2.db-wal
sqlite3 db3 test2.db -vfs tvfsshm
sqlite3 db2 test2.db
execsql { SELECT * FROM t2 } db3
« no previous file with comments | « third_party/sqlite/sqlite-src-3080704/test/walmode.test ('k') | third_party/sqlite/sqlite-src-3080704/test/walpersist.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698