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

Unified Diff: third_party/sqlite/src/test/fts4langid.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/fts4growth2.test ('k') | third_party/sqlite/src/test/fts4merge.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/fts4langid.test
diff --git a/third_party/sqlite/src/test/fts4langid.test b/third_party/sqlite/src/test/fts4langid.test
index 843e11f9ab794e35940c92b8b0e9b1d4cff367c3..fdb1876be8acd5419baca7f0c7f3db120a762906 100644
--- a/third_party/sqlite/src/test/fts4langid.test
+++ b/third_party/sqlite/src/test/fts4langid.test
@@ -361,6 +361,7 @@ proc build_multilingual_db_2 {db} {
do_test 4.1.0 {
reset_db
set ptr [fts3_test_tokenizer]
+ sqlite3_db_config db SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER 1
execsql { SELECT fts3_tokenizer('testtokenizer', $ptr) }
build_multilingual_db_2 db
} {}
@@ -480,6 +481,6 @@ foreach lid [list 4 [expr 1<<30]] {
do_execsql_test 5.4.$lid.5 {
SELECT count(*) FROM t6_segdir;
SELECT count(*) FROM t6_segments;
- } {4 4}
+ } {1 2}
}
finish_test
« no previous file with comments | « third_party/sqlite/src/test/fts4growth2.test ('k') | third_party/sqlite/src/test/fts4merge.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698