1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix a test case in sessionfault.test. No changes to code.

FossilOrigin-Name: dc6ecacd7724089a0387e69a0fd5cdbfdd2023f8
This commit is contained in:
dan
2011-07-26 15:57:56 +00:00
parent cfec7eee20
commit 1e556c3fe5
3 changed files with 8 additions and 8 deletions

View File

@ -247,7 +247,7 @@ do_faultsim_test 5 -faults oom* -body {
foreach c {
{DELETE t1 0 .X {t xxx t yyy} {}}
{INSERT t1 0 .X {} {t string i 1}}
{UPDATE t1 0 .X {i 20 {} {}} {i 4 i 2}}
{UPDATE t1 0 .X {i 20 i 2} {i 4 {} {}}}
} { lappend y $c }
if {$x != $y} { error "changeset no good" }
}