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

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

Issue 6990047: Import SQLite 3.7.6.3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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/backup2.test ('k') | third_party/sqlite/src/test/badutf2.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/backup_malloc.test
diff --git a/third_party/sqlite/src/test/backup_malloc.test b/third_party/sqlite/src/test/backup_malloc.test
index 17718b228f9993366a664d39c225225868dd5490..f556861fb199845123dd1a0562cacf24cb183039 100644
--- a/third_party/sqlite/src/test/backup_malloc.test
+++ b/third_party/sqlite/src/test/backup_malloc.test
@@ -68,9 +68,10 @@ do_malloc_test backup_malloc-1 -tclprep {
B finish
} -cleanup {
catch { B finish }
+ catch { db2 close }
}
-do_malloc_test backup_malloc-1 -tclprep {
+do_malloc_test backup_malloc-2 -tclprep {
sqlite3 db2 test2.db
} -tclbody {
set rc [catch {sqlite3_backup B db2 temp db main}]
« no previous file with comments | « third_party/sqlite/src/test/backup2.test ('k') | third_party/sqlite/src/test/badutf2.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698