diff options
author | dan <dan@noemail.net> | 2010-05-06 15:56:28 +0000 |
---|---|---|
committer | dan <dan@noemail.net> | 2010-05-06 15:56:28 +0000 |
commit | d41a29a653313f97e2360b9a339e43f5fa04da36 (patch) | |
tree | 95782c070fb1675e24fc085d3c164200d81427c1 /test/tester.tcl | |
parent | 84aab39782a2c19650962a81efb92269633907ff (diff) | |
download | sqlite-d41a29a653313f97e2360b9a339e43f5fa04da36.tar.gz sqlite-d41a29a653313f97e2360b9a339e43f5fa04da36.zip |
Further coverage tests.
FossilOrigin-Name: 98a9713e0030a36ea99a18a12a2e7685c6db72b3
Diffstat (limited to 'test/tester.tcl')
-rw-r--r-- | test/tester.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tester.tcl b/test/tester.tcl index 9cf4a9b59..c88061e9b 100644 --- a/test/tester.tcl +++ b/test/tester.tcl @@ -749,6 +749,7 @@ proc do_ioerr_test {testname args} { # 1. We never hit the IO error and the SQL returned OK # 2. An IO error was hit and the SQL failed # + #puts "s=$s r=$r q=$q" expr { ($s && !$r && !$q) || (!$s && $r && $q) } } {1} |