]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix apparent typo on exclusive.test in the (6575) check-in. (CVS 6577)
authordrh <drh@noemail.net>
Thu, 30 Apr 2009 12:25:58 +0000 (12:25 +0000)
committerdrh <drh@noemail.net>
Thu, 30 Apr 2009 12:25:58 +0000 (12:25 +0000)
FossilOrigin-Name: 95d22405e096355ce815cdb0908c4ef04107b490

manifest
manifest.uuid
test/exclusive.test

index a3f33887ae919d6fa69a3616044c75bb93bfd849..720da8b4345e36846aa36e0132c653e7eea49800 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Changes\ssqlite3TempInMemory()\sto\stake\sa\sconst\sparameter.\s(CVS\s6576)
-D 2009-04-30T12:25:10
+C Fix\sapparent\stypo\son\sexclusive.test\sin\sthe\s(6575)\scheck-in.\s(CVS\s6577)
+D 2009-04-30T12:25:59
 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
 F Makefile.in 583e87706abc3026960ed759aff6371faf84c211
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -317,7 +317,7 @@ F test/enc.test e54531cd6bf941ee6760be041dff19a104c7acea
 F test/enc2.test 6d91a5286f59add0cfcbb2d0da913b76f2242398
 F test/enc3.test 5c550d59ff31dccdba5d1a02ae11c7047d77c041
 F test/eval.test bc269c365ba877554948441e91ad5373f9f91be3
-F test/exclusive.test c5f55add88f172cee113801c5463e64d85a1fb28
+F test/exclusive.test ff298dccdcbb70d76db0216cab7074d8b4418fef
 F test/exclusive2.test 6bdf254770a843c2933b54bee9ed239934f0a183
 F test/exec.test e949714dc127eaa5ecc7d723efec1ec27118fdd7
 F test/expr.test 80f3cf99f786ffbac19d2b0083673e7fc797030f
@@ -725,7 +725,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81
 F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
-P 38f8c5a14cd221af9e115a0fea689f2ff39e30e5
-R 7eb08c4006c0ac1256e65f9f62e6a116
+P aa29a14ca040db25dadbca787aa75be3b7588415
+R e5ecfcd2438204c7aa2bbe68cbf44244
 U drh
-Z 7fcf3d3d79d026f933f6ba6abfb924d3
+Z 7902f9496a68bca062f4a84f7c5dfe66
index c80907ea00f427aae296dcb574408f137e410993..72931028d976cebe0ce80ea788464816f33e9382 100644 (file)
@@ -1 +1 @@
-aa29a14ca040db25dadbca787aa75be3b7588415
\ No newline at end of file
+95d22405e096355ce815cdb0908c4ef04107b490
\ No newline at end of file
index f4d70089b52cf21b62bb47267bc7155f341ab3a8..7f42dd1004e6c5b51b23abbc68f21039c9d53c05 100644 (file)
@@ -12,7 +12,7 @@
 # of these tests is exclusive access mode (i.e. the thing activated by 
 # "PRAGMA locking_mode = EXCLUSIVE").
 #
-# $Id: exclusive.test,v 1.12 2009/04/30 09:10:38 danielk1977 Exp $
+# $Id: exclusive.test,v 1.13 2009/04/30 12:25:59 drh Exp $
 
 set testdir [file dirname $argv0]
 source $testdir/tester.tcl
@@ -435,7 +435,7 @@ do_test exclusive-5.3 {
   # Two files open: the db and journal.
   set sqlite_open_file_count
   expr $sqlite_open_file_count-$extrafds
-} [expr 3 - ($TEMP_STORE>=2)]
+} [expr 2 - ($TEMP_STORE>=2)]
 do_test exclusive-5.4 {
   execsql {
     INSERT INTO abc SELECT a+10, b+10, c+10 FROM abc;