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

Unified Diff: third_party/sqlite/src/test/walnoshm.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/walmode.test ('k') | third_party/sqlite/src/test/walpersist.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/walnoshm.test
diff --git a/third_party/sqlite/src/test/walnoshm.test b/third_party/sqlite/src/test/walnoshm.test
index de059dd5ca642d884c701fc1c5fd775bf34e29c5..d4082178dde26c7427a8c6aa275cd3413efd7d7d 100644
--- a/third_party/sqlite/src/test/walnoshm.test
+++ b/third_party/sqlite/src/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/src/test/walmode.test ('k') | third_party/sqlite/src/test/walpersist.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698