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

Fix typos in the names of some regression tests. Ticket #962. (CVS 2023)

FossilOrigin-Name: 77542beb31349b85bdf404c46980da346dde3266
This commit is contained in:
drh
2004-10-18 21:34:46 +00:00
parent 44c6d46480
commit b45bb9f17d
5 changed files with 18 additions and 18 deletions

View File

@ -1,5 +1,5 @@
C Fix\stypo\son\shomepage.\s\sTicket\s#956.\s(CVS\s2022)
D 2004-10-12T02:38:10
C Fix\stypos\sin\sthe\snames\sof\ssome\sregression\stests.\s\sTicket\s#962.\s(CVS\s2023)
D 2004-10-18T21:34:47
F Makefile.in 52c1cc106cad9148d4b7cb387b458e82dc86b339
F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1
@ -92,7 +92,7 @@ F test/bigfile.test 62722ac4b420dfbcdceb137b8634e2cf2865fe27
F test/bigrow.test f0aeb7573dcb8caaafea76454be3ade29b7fc747
F test/bind.test a8682ba41433b93bb36a4213a43f282ca9aec5a9
F test/blob.test 8727a7b46b2073a369cfc9bcb6f54dd366b9d884
F test/btree.test 97b563e1ab999bf8764b129e8c4b4be0a116a52a
F test/btree.test ac0e3327d09ca3daace57aefb7423d1766d2bcfd
F test/btree2.test aa4a6d05b1ea90b1acaf83ba89039dd302a88635
F test/btree4.test 3797b4305694c7af6828675b0f4b1424b8ca30e4
F test/btree5.test 8e5ff32c02e685d36516c6499add9375fe1377f2
@ -127,7 +127,7 @@ F test/index.test 31ed90af028d1ec9a3a8a4f0d7021717ba05dd16
F test/insert.test ebbab63db4ad69395a058514bccb3cdb0a029d48
F test/insert2.test 614a29d3ed7dd0d8644a059c6d8ce742c63a734a
F test/interrupt.test 9142ce4448605127640eda5e283952f75f67ed91
F test/intpkey.test c8efd06db62b8b27216558ef439cc867d113cfec
F test/intpkey.test 3956a34cc82374821a017cf1646c9ff32f5e3c81
F test/ioerr.test 3ce897ee998ee874073f3b23b0396d9ff804759c
F test/join.test 9ef6aabaac9de51d5fc41e68d1f4355da05a84cd
F test/join2.test c97e4c5aa65dea462145529e58212a709b4722b8
@ -157,7 +157,7 @@ F test/pager3.test 16f546293bb751b8151dc17df613fca938bbec8b
F test/pagesize.test f8b46ec46b9fe9f708a8d757dda232588dfb7217
F test/pragma.test 66a66b7f3b273b93325c9a5794acb418f52fdcbf
F test/printf.test 92ba4c510b4fc61120ffa4a01820446ed917ae57
F test/progress.test 76c722f090b1ccb575e7e4e203a71608c5763beb x
F test/progress.test 5ddba78cb6011fba36093973cfb3ac473b8fb96a x
F test/quick.test 212a9cd4c40c72c7c4780fef1c2fbe5d1cb34ce6
F test/quote.test 6d75cf635d93ba2484dc9cb378d88cbae9dc2c62
F test/rollback.test 4097328d44510277244ef4fa51b22b2f11d7ef4c
@ -252,7 +252,7 @@ F www/tclsqlite.tcl 560ecd6a916b320e59f2917317398f3d59b7cc25
F www/vdbe.tcl 59288db1ac5c0616296b26dce071c36cb611dfe9
F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
F www/whentouse.tcl fdacb0ba2d39831e8a6240d05a490026ad4c4e4c
P 7dd66d7653adf5cdd6b3b0fb9053815ab199d6cc
R 7c96d6747ffa976caa15def1d0bd0bd7
P 552ec6770a942fa014242b10fab87b58210dcf08
R 109ae7279c435db66c569e9f72fd37e6
U drh
Z c308df2f37087503eed03596397edc59
Z 83be03b351c2ffa2ce42be98b070933d

View File

@ -1 +1 @@
552ec6770a942fa014242b10fab87b58210dcf08
77542beb31349b85bdf404c46980da346dde3266

View File

@ -11,7 +11,7 @@
# This file implements regression tests for SQLite library. The
# focus of this script is btree database backend
#
# $Id: btree.test,v 1.30 2004/08/14 19:20:10 drh Exp $
# $Id: btree.test,v 1.31 2004/10/18 21:34:47 drh Exp $
set testdir [file dirname $argv0]
@ -757,7 +757,7 @@ do_test btree-8.23.1 {
do_test btree-8.23.2 {
btree_create_table $::b1 0
} {2}
do_test btree_8.23.3 {
do_test btree-8.23.3 {
set ::c1 [btree_cursor $::b1 2 1]
lindex [btree_get_meta $::b1] 0
} {4}

View File

@ -13,7 +13,7 @@
# This file implements tests for the special processing associated
# with INTEGER PRIMARY KEY columns.
#
# $Id: intpkey.test,v 1.18 2004/06/30 04:02:12 drh Exp $
# $Id: intpkey.test,v 1.19 2004/10/18 21:34:47 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@ -371,7 +371,7 @@ do_test intpkey-5.1 {
SELECT * FROM t1 WHERE a=0;
}
} {0 zero entry 0}
do_test intpkey=5.2 {
do_test intpkey-5.2 {
execsql {
SELECT rowid, a FROM t1
}

View File

@ -11,7 +11,7 @@
# This file implements regression tests for SQLite library. The
# focus of this file is testing the 'progress callback'.
#
# $Id: progress.test,v 1.3 2004/06/29 12:39:08 drh Exp $
# $Id: progress.test,v 1.4 2004/10/18 21:34:47 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@ -53,7 +53,7 @@ do_test progress-1.0.2 {
} {1 {expected integer but got "xyz"}}
# Test that the query is abandoned when the progress callback returns non-zero
do_test progress1.1 {
do_test progress-1.1 {
set counter 0
db progress 1 "[namespace code {incr counter}] ; expr 1"
set rc [catch {execsql {
@ -64,7 +64,7 @@ do_test progress1.1 {
# Test that the query is rolled back when the progress callback returns
# non-zero.
do_test progress1.2 {
do_test progress-1.2 {
# This figures out how many opcodes it takes to copy 5 extra rows into t1.
db progress 1 "[namespace code {incr five_rows}] ; expr 0"
@ -92,7 +92,7 @@ do_test progress1.2 {
# Test that an active transaction remains active and not rolled back after the
# progress query abandons a query.
do_test progress1.3 {
do_test progress-1.3 {
db progress 0 ""
execsql BEGIN
@ -111,7 +111,7 @@ do_test progress1.3 {
} 11
# Check that a value of 0 for N means no progress callback
do_test progress1.4 {
do_test progress-1.4 {
set counter 0
db progress 0 "[namespace code {incr counter}] ; expr 0"
execsql {