diff options
author | Hans-Christoph Steiner <hans@eds.org> | 2014-10-16 22:51:35 -0400 |
---|---|---|
committer | Hans-Christoph Steiner <hans@eds.org> | 2014-10-16 22:51:35 -0400 |
commit | 569c6676a6ddb0ff73821d7693b5e18ddef809b9 (patch) | |
tree | 833538da7bba39105daff45e265aef386a200acd /test/index4.test | |
parent | 08119c361d1181b3e8f1abb429236e488a664753 (diff) |
Imported Upstream version 3.2.0upstream
Diffstat (limited to 'test/index4.test')
-rw-r--r-- | test/index4.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/index4.test b/test/index4.test index 018ed74..4fbfa52 100644 --- a/test/index4.test +++ b/test/index4.test @@ -120,7 +120,7 @@ do_execsql_test 2.1 { } do_catchsql_test 2.2 { CREATE UNIQUE INDEX i3 ON t2(x); -} {1 {indexed columns are not unique}} +} {1 {UNIQUE constraint failed: t2.x}} finish_test |