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

Unified Diff: third_party/sqlite/src/test/collate4.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/collate3.test ('k') | third_party/sqlite/src/test/collate8.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/collate4.test
diff --git a/third_party/sqlite/src/test/collate4.test b/third_party/sqlite/src/test/collate4.test
index 2ddf53d58bf89468b4ffef15e32f59b7668d0c6b..b8c1c573c3bc5b39e9c1dff402d15b9ac5f7a1c5 100644
--- a/third_party/sqlite/src/test/collate4.test
+++ b/third_party/sqlite/src/test/collate4.test
@@ -352,7 +352,7 @@ do_test collate4-2.1.2 {
count {
SELECT * FROM collate4t2, collate4t1 WHERE a = b;
}
-} {A a A A 5}
+} {A a A A 4}
do_test collate4-2.1.3 {
count {
SELECT * FROM collate4t2, collate4t1 WHERE b = a;
@@ -372,7 +372,7 @@ do_test collate4-2.1.5 {
count {
SELECT * FROM collate4t2, collate4t1 WHERE b = a;
}
-} {A A 4}
+} {A A 3}
ifcapable subquery {
do_test collate4-2.1.6 {
count {
@@ -389,12 +389,12 @@ ifcapable subquery {
SELECT a FROM collate4t1 WHERE a IN (SELECT * FROM collate4t2)
ORDER BY rowid
}
- } {a A 6}
+ } {a A 5}
do_test collate4-2.1.8 {
count {
SELECT a FROM collate4t1 WHERE a IN ('z', 'a');
}
- } {a A 5}
+ } {a A 4}
do_test collate4-2.1.9 {
execsql {
DROP INDEX collate4i1;
« no previous file with comments | « third_party/sqlite/src/test/collate3.test ('k') | third_party/sqlite/src/test/collate8.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698