Fix test case numbering in backup_malloc.test and issue when running under Windows.

FossilOrigin-Name: aef26438523bccf1ea2c19205cd05799e4c69a1f
This commit is contained in:
shaneh 2010-07-08 18:32:18 +00:00
parent c6b2a0ff99
commit afdc5fa5cc
3 changed files with 10 additions and 19 deletions

View File

@ -1,8 +1,5 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
C Change\sthe\sjournal_mode\spragma\sto\sremove\sthe\s"default\sjournal\smode"\sconcept.\nThe\sjournal_mode\spragma\sonly\seffects\scurrently\sattached\sdatabases\sand\sdoes\s\nnot\schange\sthe\sbehavior\sof\sfuture\sattachments.
D 2010-07-08T17:40:38
C Fix\stest\scase\snumbering\sin\sbackup_malloc.test\sand\sissue\swhen\srunning\sunder\sWindows.
D 2010-07-08T18:32:19
F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
F Makefile.in c4270a1cd7cd70a263b7e96a258aa90e9c3618eb
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@ -264,7 +261,7 @@ F test/avtrans.test 0252654f4295ddda3b2cce0e894812259e655a85
F test/backup.test 200e64bd91244b73ca8094bc1e03dfc83cc94c2e
F test/backup2.test b7c69f937c912e85ac8a5dbd1e1cf290302b2d49
F test/backup_ioerr.test 1f012e692f42c0442ae652443258f70e9f20fa38
F test/backup_malloc.test 1e063c6d75143d0d6e0ae77971dd690070369387
F test/backup_malloc.test 7162d604ec2b4683c4b3799a48657fb8b5e2d450
F test/badutf.test d5360fc31f643d37a973ab0d8b4fb85799c3169f
F test/between.test 16b1776c6323faadb097a52d673e8e3d8be7d070
F test/bigfile.test a8ec8073a20207456dab01a29ad9cde42b0dd103
@ -835,14 +832,7 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
P 01b575ff1aa512f34be78f9d67b6caaf825e5820
R a13709e283d8f3bc4026d3b776e078a5
U drh
Z 41a4fbd69a763fa1a99cac4fa52e1ff6
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFMNg2ZoxKgR168RlERAkLDAJ99AtJN29CjABohWCbCazMk9tpTNgCeI1C1
EIBDh09s9ogDgoFqn2S4k2A=
=qqB+
-----END PGP SIGNATURE-----
P e396184cd3bdb96e29ac33af5d1f631cac553341
R 966aba69597e896d62342073cd0a6e62
U shaneh
Z bb18339571c8cb820dbb70bcb1938116

View File

@ -1 +1 @@
e396184cd3bdb96e29ac33af5d1f631cac553341
aef26438523bccf1ea2c19205cd05799e4c69a1f

View File

@ -68,9 +68,10 @@ do_malloc_test backup_malloc-1 -tclprep {
B finish
} -cleanup {
catch { B finish }
catch { db2 close }
}
do_malloc_test backup_malloc-1 -tclprep {
do_malloc_test backup_malloc-2 -tclprep {
sqlite3 db2 test2.db
} -tclbody {
set rc [catch {sqlite3_backup B db2 temp db main}]