1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Fix duplicate test IDs in the test suite. No changes to code. Ticket #2319. (CVS 3869)

FossilOrigin-Name: 0935cdf82a0be599421881117a981d315933bb7e
This commit is contained in:
drh
2007-04-25 11:32:30 +00:00
parent e0e11e2df6
commit b556ce15ca
4 changed files with 12 additions and 12 deletions

View File

@ -12,7 +12,7 @@
# focus of this file is testing the magic ROWID column that is
# found on all tables.
#
# $Id: rowid.test,v 1.18 2005/01/21 03:12:16 danielk1977 Exp $
# $Id: rowid.test,v 1.19 2007/04/25 11:32:30 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@ -80,7 +80,7 @@ do_test rowid-1.9 {
set v2 [list 1 $x2rowid(1) 3 $x2rowid(3)]
expr {$v==$v2}
} {1}
do_test rowid-1.9 {
do_test rowid-1.10 {
global x2rowid
set v [execsql {SELECT x, _rowid_ FROM t1 order by x}]
set v2 [list 1 $x2rowid(1) 3 $x2rowid(3)]