Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fixed typo in tkt3472.test that prevented the test from running. (CVS 5903) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
428a5479200dc24e2ee9b4a85ef6caad |
User & Date: | shane 2008-11-13 18:02:52.000 |
Context
2008-11-13
| ||
18:20 | Added support for -DSQLITE_NO_SYNC to os_win.c. (CVS 5904) (check-in: 2649337937 user: shane tags: trunk) | |
18:02 | Fixed typo in tkt3472.test that prevented the test from running. (CVS 5903) (check-in: 428a547920 user: shane tags: trunk) | |
18:00 | Avoid committing a transaction from within the xSync() method of a virtual table. Fix for #3497. (CVS 5902) (check-in: eabb8b7591 user: danielk1977 tags: trunk) | |
Changes
Changes to test/tkt3472.test.
1 2 3 4 5 6 7 8 9 10 11 | # 2008 November 11 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yourself and forgive others. # May you share freely, never taking more than you give. # #*********************************************************************** # | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | # 2008 November 11 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yourself and forgive others. # May you share freely, never taking more than you give. # #*********************************************************************** # # $Id: tkt3472.test,v 1.3 2008/11/13 18:02:52 shane Exp $ set testdir [file dirname $argv0] source $testdir/tester.tcl ifcapable {!threadsafe} { finish_test return } if {$::tcl_platform(platform)!="unix"} { finish_test return } set ::correctvalue $threadsOverrideEachOthersLocks puts "threadsOverrideEachOthersLocks = $::correctvalue" do_test tkt3472-1.1 { db close |
︙ | ︙ |