mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Fix for ticket #9 (again). The rollback journal files should now also be
byte-order independent. (CVS 705) FossilOrigin-Name: 2fb3fdcdf06c1206bf14da640c2f9e599455f0eb
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
# This file implements regression tests for SQLite library. The
|
||||
# focus of this script is database locks.
|
||||
#
|
||||
# $Id: trans.test,v 1.13 2002/07/07 16:52:47 drh Exp $
|
||||
# $Id: trans.test,v 1.14 2002/08/12 12:29:57 drh Exp $
|
||||
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
@ -857,6 +857,7 @@ if {[info exists ISQUICK]} {
|
||||
for {set i 2} {$i<=$limit} {incr i} {
|
||||
set ::sig [signature]
|
||||
set cnt [lindex $::sig 0]
|
||||
set ::pager_old_format [expr {($i%4)==0}]
|
||||
do_test trans-9.$i.1-$cnt {
|
||||
execsql {
|
||||
BEGIN;
|
||||
|
Reference in New Issue
Block a user