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

Fix an out-of-order test number in blob.test. Cosmetic change. No

changes to code.  Ticket #3830. (CVS 6564)

FossilOrigin-Name: e855654283a23d903fd531162655a8c4fa01775b
This commit is contained in:
drh
2009-04-28 18:00:27 +00:00
parent 0d59d17c41
commit 8ad38a7d18
3 changed files with 9 additions and 9 deletions

View File

@ -10,7 +10,7 @@
#***********************************************************************
# This file implements regression tests for SQLite library.
#
# $Id: blob.test,v 1.7 2008/04/04 15:12:22 drh Exp $
# $Id: blob.test,v 1.8 2009/04/28 18:00:27 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@ -137,7 +137,7 @@ do_test blob-3.1 {
sqlite3_finalize $STMT
db2 close
} {}
do_test blob-2.3 {
do_test blob-3.2 {
set blobs [execsql {SELECT * FROM t1}]
set blobs2 [list]
foreach b $blobs {lappend blobs2 [bin_to_hex $b]}