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

Unified Diff: third_party/sqlite/src/ext/fts5/test/fts5ai.test

Issue 2751253002: [sql] Import SQLite 3.17.0. (Closed)
Patch Set: 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
Index: third_party/sqlite/src/ext/fts5/test/fts5ai.test
diff --git a/third_party/sqlite/src/ext/fts5/test/fts5ai.test b/third_party/sqlite/src/ext/fts5/test/fts5ai.test
index 63c46fd04246bb377f5c83a210165f32093f9ef2..e32c806c46ffc1de8194cb4287021251c8a016be 100644
--- a/third_party/sqlite/src/ext/fts5/test/fts5ai.test
+++ b/third_party/sqlite/src/ext/fts5/test/fts5ai.test
@@ -23,8 +23,10 @@ ifcapable !fts5 {
return
}
+foreach_detail_mode $testprefix {
+
do_execsql_test 1.0 {
- CREATE VIRTUAL TABLE t1 USING fts5(a);
+ CREATE VIRTUAL TABLE t1 USING fts5(a, detail=%DETAIL%);
} {}
do_execsql_test 1.1 {
@@ -49,6 +51,7 @@ do_execsql_test 1.1 {
do_execsql_test 1.2 {
INSERT INTO t1(t1) VALUES('integrity-check');
}
+}
finish_test

Powered by Google App Engine
This is Rietveld 408576698