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

Unified Diff: third_party/sqlite/src/test/shell2.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/shell1.test ('k') | third_party/sqlite/src/test/shell4.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/shell2.test
diff --git a/third_party/sqlite/src/test/shell2.test b/third_party/sqlite/src/test/shell2.test
index def574c76c16d82c405aaead3e9a3adbe2505f42..616610bd4ba2f88c8ecdefc2a34f9e25d023312b 100644
--- a/third_party/sqlite/src/test/shell2.test
+++ b/third_party/sqlite/src/test/shell2.test
@@ -52,9 +52,9 @@ do_test shell2-1.1.1 {
# Ticket [f5cb008a65].
do_test shell2-1.2.1 {
set rc [catch { eval exec $CLI \":memory:\" \"select 3\" \"select 4\" } msg]
- list $rc \
- [regexp {Error: too many options: "select 4"} $msg]
-} {1 1}
+ list $rc $msg
+} {0 {3
+4}}
# Test a problem reported on the mailing list. The shell was at one point
# returning the generic SQLITE_ERROR message ("SQL error or missing database")
« no previous file with comments | « third_party/sqlite/src/test/shell1.test ('k') | third_party/sqlite/src/test/shell4.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698