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

Fix a test bug introduce with the previous commit. (CVS 2203)

FossilOrigin-Name: 1c19e8bdca24484fcb9f068b38ebfbce3e24ada5
This commit is contained in:
danielk1977
2005-01-12 13:04:54 +00:00
parent 4397de57ce
commit 656152c2e3
4 changed files with 26 additions and 17 deletions

View File

@ -13,7 +13,7 @@
# caused by an ON CONFLICT ROLLBACK clause aborts any other pending
# statements.
#
# $Id: rollback.test,v 1.1 2004/06/30 11:14:19 drh Exp $
# $Id: rollback.test,v 1.2 2005/01/12 13:04:55 danielk1977 Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@ -64,7 +64,7 @@ do_test rollback-1.5 {
#
do_test rollback-1.6 {
sqlite3_reset $STMT
} {}
} {SQLITE_OK}
do_test rollback-1.7 {
sqlite3_step $STMT
} {SQLITE_ROW}