From 569c6676a6ddb0ff73821d7693b5e18ddef809b9 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 16 Oct 2014 22:51:35 -0400 Subject: Imported Upstream version 3.2.0 --- test/index3.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/index3.test') diff --git a/test/index3.test b/test/index3.test index 161ddec..a9f9b7a 100644 --- a/test/index3.test +++ b/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 {}} -- cgit v1.2.3