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

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

Issue 2751253002: [sql] Import SQLite 3.17.0. (Closed)
Patch Set: also clang on Linux i386 Created 3 years, 9 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/fts3atoken.test ('k') | third_party/sqlite/src/test/fts3conf.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/fts3aux1.test
diff --git a/third_party/sqlite/src/test/fts3aux1.test b/third_party/sqlite/src/test/fts3aux1.test
index d17ac85df5dda4adbfe73a19e5ea481cc6dc37db..b6111f8470a94e7a0ae8708f1cb1a5ab9f0725c2 100644
--- a/third_party/sqlite/src/test/fts3aux1.test
+++ b/third_party/sqlite/src/test/fts3aux1.test
@@ -117,12 +117,12 @@ do_test 2.1.2.1 {
set cnt 0
execsql { SELECT * FROM terms_v WHERE rec('cnt', term) AND term='braid' }
set cnt
-} {2}
+} {1}
do_test 2.1.2.2 {
set cnt 0
execsql { SELECT * FROM terms_v WHERE rec('cnt', term) AND +term='braid' }
set cnt
-} {38}
+} {19}
# Similar to the test immediately above, but using a term ("breakfast") that
# is not featured in the dataset.
@@ -136,7 +136,7 @@ do_test 2.1.3.2 {
set cnt 0
execsql { SELECT * FROM terms_v WHERE rec('cnt', term) AND +term='breakfast' }
set cnt
-} {38}
+} {19}
do_execsql_test 2.1.4.1 { SELECT * FROM terms_v WHERE term='braid' } {braid 1 1}
do_execsql_test 2.1.4.2 { SELECT * FROM terms_v WHERE +term='braid'} {braid 1 1}
« no previous file with comments | « third_party/sqlite/src/test/fts3atoken.test ('k') | third_party/sqlite/src/test/fts3conf.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698