]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix a bug in the lock2 test script introduced by check-in (2709) (CVS 2711)
authordrh <drh@noemail.net>
Sat, 17 Sep 2005 16:48:18 +0000 (16:48 +0000)
committerdrh <drh@noemail.net>
Sat, 17 Sep 2005 16:48:18 +0000 (16:48 +0000)
FossilOrigin-Name: c3bf17436bc1e264b4dbe255876a990a5a2b8b0c

manifest
manifest.uuid
test/lock2.test

index 84e302f818bb532b4f514c3d55ec2e887868aa4e..5baea7762d999688f7fd6483776a65b45f338cc4 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-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
@@ -168,7 +168,7 @@ F test/laststmtchanges.test 19a6d0c11f7a31dc45465b495f7b845a62cbec17
 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
@@ -309,7 +309,7 @@ F www/tclsqlite.tcl ddcf912ea48695603c8ed7efb29f0812ef8d1b49
 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
index 7154b90ac253342021816ab47b2dd1d6d85d9181..12b68427eb5d3d495f44823db69cc45ca0dd435b 100644 (file)
@@ -1 +1 @@
-1a737b457c59286d7d5c3a98391dec17dbc82d09
\ No newline at end of file
+c3bf17436bc1e264b4dbe255876a990a5a2b8b0c
\ No newline at end of file
index 59a753fafbac5afb54166f613d9d4a9e974e9332..ef7020e2dab7aed29b42710a42542252ce51df1a 100644 (file)
@@ -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.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]
@@ -88,6 +88,7 @@ close $f
 #
 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}