Index: test/incrblob2.test ================================================================== --- test/incrblob2.test +++ test/incrblob2.test @@ -10,11 +10,11 @@ #*********************************************************************** # # Test that it is possible to have two open blob handles on a single # blob object. # -# $Id: incrblob2.test,v 1.8 2008/06/28 15:33:26 danielk1977 Exp $ +# $Id: incrblob2.test,v 1.9 2008/10/03 08:44:54 danielk1977 Exp $ # set testdir [file dirname $argv0] source $testdir/tester.tcl @@ -361,11 +361,11 @@ # do_test incrblob2-8.1 { execsql BEGIN set h [db incrblob t2 B 1] set rc [catch { - db eval {SELECT * FROM t2} { execsql "DROP TABLE t2" } + db eval {SELECT rowid FROM t2} { execsql "DROP TABLE t2" } } msg] list $rc $msg } {1 {database table is locked}} do_test incrblob2-8.2 { close $h