Remove an (explain) accidentally left in tkt2832.test. (CVS 4618)

FossilOrigin-Name: 48947e2b75d39c5be0d08fe1c7b888d9065f9116
This commit is contained in:
danielk1977 2007-12-12 18:05:20 +00:00
parent 997a904016
commit c32a93fe95
3 changed files with 8 additions and 9 deletions

View File

@ -1,5 +1,5 @@
C Try\sto\sfind\ssome\smore\sstack\sleaks\sby\sadding\sOP_StackDepth\sto\sloops\sin\sDML\sstatements.\sNone\swere\sfound.\s(CVS\s4617)
D 2007-12-12T17:42:53
C Remove\san\s(explain)\saccidentally\sleft\sin\stkt2832.test.\s(CVS\s4618)
D 2007-12-12T18:05:21
F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7
F Makefile.in 0590398f62fc2c456ff4c45e9741f5a718b7e2ac
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@ -479,7 +479,7 @@ F test/tkt2767.test 6b02308d553d194f329a469bf5c157fe724738d4
F test/tkt2817.test 709a2201a5590bf56cb97f6fb168a62282203fd1
F test/tkt2820.test 017fdee33aaef7abc092beab6088816f1942304b
F test/tkt2822.test 09033348a14f5a5729724b0db7c1687cfc876b9f
F test/tkt2832.test 536bec5de015651eee160325619de3227556ab3c
F test/tkt2832.test cd56dc66bb31898b7eb2146baa5bde2eb80f96fe
F test/trace.test 75ffc1b992c780d054748a656e3e7fd674f18567
F test/trans.test b73289992b46d38d9479ecc4fdc03d8edb2413dc
F test/trigger1.test 7c13f39ca36f529bf856e05c7d004fc0531d48b4
@ -599,7 +599,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
P 86332c79aedb64842e589ff941c637f8e1aabd41
R 4c469db28dc3fd8fcf2ee0668196ead3
P 12c3029b1edcff4435177c709fb2584323f8c515
R 87657e5a89279edad00b9a03956277a1
U danielk1977
Z 306c9b4906ad93fa32fe70f6606c1c62
Z 00e4dac0cc367b2776d1811fdffc90d0

View File

@ -1 +1 @@
12c3029b1edcff4435177c709fb2584323f8c515
48947e2b75d39c5be0d08fe1c7b888d9065f9116

View File

@ -11,7 +11,7 @@
#
# This file is to test that ticket #2832 has been fixed.
#
# $Id: tkt2832.test,v 1.2 2007/12/12 16:06:23 danielk1977 Exp $
# $Id: tkt2832.test,v 1.3 2007/12/12 18:05:21 danielk1977 Exp $
#
set testdir [file dirname $argv0]
@ -59,7 +59,6 @@ do_test tkt2832-3.1 {
}
} {}
do_test tkt2832-3.2 {
explain { DELETE FROM t3 WHERE 1 }
execsql { DELETE FROM t3 WHERE 1 }
} {}