-C Fix\sa\sproblem\swith\sthe\slock_status\spragma\sand\sthe\sUTF-16\sencoding.\s(CVS\s2710)
-D 2005-09-17T16:36:56
+C Fix\sa\sbug\sin\sthe\slock2\stest\sscript\sintroduced\sby\scheck-in\s(2709)\s(CVS\s2711)
+D 2005-09-17T16:48:19
F Makefile.in 12784cdce5ffc8dfb707300c34e4f1eb3b8a14f1
F Makefile.linux-gcc 06be33b2a9ad4f005a5f42b22c4a19dab3cbb5c7
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
F test/like.test 145382e6a1f3d2edf266ca7d0236ab1b7c0ba66f
F test/limit.test 39f084f4e5f11e0b984cb517b56867cbf88df156
F test/lock.test 9b7afcb24f53d24da502abb33daaad2cd6d44107
-F test/lock2.test f85d4c010a19c9512748d12214dace0d03d9cc02
+F test/lock2.test d83ba79d3c4fffdb5b926c7d8ca7a36c34288a55
F test/lock3.test 615111293cf32aa2ed16d01c6611737651c96fb9
F test/main.test 249f139ef2f75710db1b49bb79e8b27767eacae1
F test/malloc.test 666c77a878ce50f5c22b9211ed43e889cabb63a6
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P c07330000b9427a77f412918078beffa18de2c36
-R 37239c67bbf9979f60437117045ad31b
+P 1a737b457c59286d7d5c3a98391dec17dbc82d09
+R ceec55249cc6ee35c580fa80f50815ec
U drh
-Z ac0bef7e8b3036ffa8e4106e6d4d10c5
+Z 77e06a1f995c3f32745811f70cb7de75
-1a737b457c59286d7d5c3a98391dec17dbc82d09
\ No newline at end of file
+c3bf17436bc1e264b4dbe255876a990a5a2b8b0c
\ No newline at end of file
# This file implements regression tests for SQLite library. The
# focus of this script is database locks between competing processes.
#
-# $Id: lock2.test,v 1.5 2005/09/17 16:36:57 drh Exp $
+# $Id: lock2.test,v 1.6 2005/09/17 16:48:19 drh Exp $
set testdir [file dirname $argv0]
#
do_test lock2-1.1 {
set ::tf1 [launch_testfixture]
+ testfixture $::tf1 "set sqlite_pending_byte $::sqlite_pending_byte"
testfixture $::tf1 {
sqlite3 db test.db -key xyzzy
db eval {select * from sqlite_master}