Fix an error in test script index5.test.

FossilOrigin-Name: d87e5acf2802d2887e20f79a8bd4990b2cd47b91
This commit is contained in:
dan 2013-02-25 13:44:56 +00:00
parent f2874b0e1d
commit 132d93838d
3 changed files with 8 additions and 9 deletions

View File

@ -1,5 +1,5 @@
C Merge\sthe\sincr-vacuum-opt\sbranch\swith\sthe\strunk.
D 2013-02-25T13:31:30.464
C Fix\san\serror\sin\stest\sscript\sindex5.test.
D 2013-02-25T13:44:56.570
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
F Makefile.in a48faa9e7dd7d556d84f5456eabe5825dd8a6282
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@ -540,7 +540,7 @@ F test/index.test b5429732b3b983fa810e3ac867d7ca85dae35097
F test/index2.test ee83c6b5e3173a3d7137140d945d9a5d4fdfb9d6
F test/index3.test 423a25c789fc8cc51aaf2a4370bbdde2d9e9eed7
F test/index4.test 2983216eb8c86ee62d9ed7cb206b5cc3331c0026
F test/index5.test edc8c64ca78bee140c21ce3836820fadf47906bb
F test/index5.test 7af36009155f091526454b371482eaffa07e9fb8
F test/indexedby.test be501e381b82b2f8ab406309ba7aac46e221f4ad
F test/indexfault.test 31d4ab9a7d2f6e9616933eb079722362a883eb1d
F test/init.test 15c823093fdabbf7b531fe22cf037134d09587a7
@ -1035,7 +1035,7 @@ F tool/vdbe-compress.tcl f12c884766bd14277f4fcedcae07078011717381
F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
F tool/win/sqlite.vsix 97894c2790eda7b5bce3cc79cb2a8ec2fde9b3ac
P 9bd9bd9cab8c804c1a51d472199459176044a633 bf57534188e044fb341315bfc05b7927e66a04e0
R 4eb400824b32ad5749b8b0c556f7d2a9
P 26e235b7a4cd4d0dc9725774d70174c4d369cb98
R 0cfcb8f301b9cfa0a465c09c870c162d
U dan
Z 245da16ecbcaa5ac23033dda88925107
Z 886833d22a3b2590790bb996461e3c36

View File

@ -1 +1 @@
26e235b7a4cd4d0dc9725774d70174c4d369cb98
d87e5acf2802d2887e20f79a8bd4990b2cd47b91

View File

@ -36,11 +36,10 @@ db close
testvfs tvfs
tvfs filter xWrite
tvfs script write_cb
proc write_cb {xCall file handle iOfst} {
proc write_cb {xCall file handle iOfst args} {
if {[file tail $file]=="test.db"} {
lappend ::write_list [expr $iOfst/1024]
}
puts "$xCall $file $args"
}
do_test 1.2 {