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

Unified Diff: third_party/sqlite/src/test/capi3d.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/capi3c.test ('k') | third_party/sqlite/src/test/cffault.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/capi3d.test
diff --git a/third_party/sqlite/src/test/capi3d.test b/third_party/sqlite/src/test/capi3d.test
index fb8abe86d24284d5677e804c8e627c8642949735..3b9b8375d180a5c5e1009b8f48192583132b2ab7 100644
--- a/third_party/sqlite/src/test/capi3d.test
+++ b/third_party/sqlite/src/test/capi3d.test
@@ -155,18 +155,17 @@ do_execsql_test capi3d-4.1 {
}
do_test capi3d-4.2.1 {
- breakpoint
set ::s1 [sqlite3_prepare_v2 db "ROLLBACK" -1 notused]
sqlite3_step $::s1
} {SQLITE_DONE}
do_test capi3d-4.2.2 {
sqlite3_stmt_busy $::s1
-} {1}
+} {0}
do_catchsql_test capi3d-4.2.3 {
VACUUM
-} {1 {cannot VACUUM - SQL statements in progress}}
+} {0 {}}
do_test capi3d-4.2.4 {
sqlite3_reset $::s1
« no previous file with comments | « third_party/sqlite/src/test/capi3c.test ('k') | third_party/sqlite/src/test/cffault.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698