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

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

Issue 1610963002: Import SQLite 3.10.2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « third_party/sqlite/src/test/e_update.test ('k') | third_party/sqlite/src/test/e_wal.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/e_uri.test
diff --git a/third_party/sqlite/src/test/e_uri.test b/third_party/sqlite/src/test/e_uri.test
index d1590e4108f204fdc64a1a7c0291de99c94f8c96..7a7f2559ec8d8f1d107a1409e5c60fdaa9bd1982 100644
--- a/third_party/sqlite/src/test/e_uri.test
+++ b/third_party/sqlite/src/test/e_uri.test
@@ -26,7 +26,9 @@ proc parse_uri {uri} {
set DB [sqlite3_open_v2 $uri {
SQLITE_OPEN_READWRITE SQLITE_OPEN_CREATE SQLITE_OPEN_WAL
} tvfs]
+ set fileName [sqlite3_db_filename $DB main]
sqlite3_close $DB
+ forcedelete $fileName
tvfs delete
tvfs2 delete
« no previous file with comments | « third_party/sqlite/src/test/e_update.test ('k') | third_party/sqlite/src/test/e_wal.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698