]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix an error in test script index5.test.
authordan <dan@noemail.net>
Mon, 25 Feb 2013 13:44:56 +0000 (13:44 +0000)
committerdan <dan@noemail.net>
Mon, 25 Feb 2013 13:44:56 +0000 (13:44 +0000)
FossilOrigin-Name: d87e5acf2802d2887e20f79a8bd4990b2cd47b91

manifest
manifest.uuid
test/index5.test

index c6c0e781f4d6c713b4050bb0296e74722fc139be..405ebb13c7e866b8e685ea29fb457b65a0dc8ce7 100644 (file)
--- a/manifest
+++ b/manifest
@@ -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
index 31095e83e35a2bcca2f98be64cd3e1991a7a5e82..181b80da0fb6763ce19d981d2ed04ade271b6d4e 100644 (file)
@@ -1 +1 @@
-26e235b7a4cd4d0dc9725774d70174c4d369cb98
\ No newline at end of file
+d87e5acf2802d2887e20f79a8bd4990b2cd47b91
\ No newline at end of file
index c8e94b3985fc0d4f2ec09cff656dfff57f969bdd..d7c663a1136519a1df01bff8a7c171fb91d5fcd9 100644 (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 {