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

Fixes to test numbering.

FossilOrigin-Name: f755b4b21c885f3e897c2a79fc7ac1220210e653
This commit is contained in:
mistachkin
2013-07-19 23:58:41 +00:00
parent af66433625
commit 9ed04ebc8f
3 changed files with 10 additions and 9 deletions

View File

@ -14,6 +14,7 @@
set testdir [file dirname $argv0]
source $testdir/tester.tcl
set testprefix func
# Create a table to work with.
#
@ -703,7 +704,7 @@ do_execsql_test 13.8.5 {
} {0 two 1 two}
db cache flush
set V "three"
do_execsql_test 2.3 {
do_execsql_test 13.8.6 {
SELECT test_auxdata($V), $V FROM t4;
} {0 three 1 three}