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

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

Issue 949043002: Add //third_party/sqlite to dirs_to_snapshot, remove net_sql.patch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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/index.test ('k') | third_party/sqlite/src/test/index4.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/index3.test
diff --git a/third_party/sqlite/src/test/index3.test b/third_party/sqlite/src/test/index3.test
index 161ddecc01277b2d94572fd1b0f190ad555e5cf2..a9f9b7ae6faf3d0ded00413fe5df5c5e185f5c46 100644
--- a/third_party/sqlite/src/test/index3.test
+++ b/third_party/sqlite/src/test/index3.test
@@ -34,7 +34,7 @@ do_test index3-1.2 {
BEGIN;
CREATE UNIQUE INDEX i1 ON t1(a);
}
-} {1 {indexed columns are not unique}}
+} {1 {UNIQUE constraint failed: t1.a}}
do_test index3-1.3 {
catchsql COMMIT;
} {0 {}}
« no previous file with comments | « third_party/sqlite/src/test/index.test ('k') | third_party/sqlite/src/test/index4.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698