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} |