diff options
Diffstat (limited to 'test/lock2.test')
-rw-r--r-- | test/lock2.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lock2.test b/test/lock2.test index bfca19127..e6c46d396 100644 --- a/test/lock2.test +++ b/test/lock2.test @@ -11,7 +11,7 @@ # This file implements regression tests for SQLite library. The # focus of this script is database locks between competing processes. # -# $Id: lock2.test,v 1.9 2007/12/13 21:54:11 drh Exp $ +# $Id: lock2.test,v 1.10 2009/02/05 16:31:46 drh Exp $ set testdir [file dirname $argv0] @@ -92,7 +92,7 @@ close $f # do_test lock2-1.1 { set ::tf1 [launch_testfixture] - testfixture $::tf1 "set sqlite_pending_byte $::sqlite_pending_byte" + testfixture $::tf1 "sqlite3_test_control_pending_byte $::sqlite_pending_byte" testfixture $::tf1 { sqlite3 db test.db -key xyzzy db eval {select * from sqlite_master} |