Index: test/tkt-4ef7e3cfca.test ================================================================== --- test/tkt-4ef7e3cfca.test +++ test/tkt-4ef7e3cfca.test @@ -1,6 +1,6 @@ -# 2013-10-30 +# 2014-03-04 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. @@ -13,11 +13,11 @@ # focus of this file is testing WITHOUT ROWID tables. # set testdir [file dirname $argv0] source $testdir/tester.tcl -set testprefix tkt-4ef7e3cfca.test +set testprefix tkt-4ef7e3cfca do_catchsql_test 1.1 { CREATE TABLE x(a); CREATE TRIGGER t AFTER INSERT ON x BEGIN SELECT * FROM x WHERE abc.a = 1; @@ -63,9 +63,6 @@ } do_execsql_test 3.2 { SELECT * FROM z; } {15} - finish_test - -