diff options
Diffstat (limited to 'test/mallocA.test')
-rw-r--r-- | test/mallocA.test | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/mallocA.test b/test/mallocA.test index 84e96b4ca..1a30316e3 100644 --- a/test/mallocA.test +++ b/test/mallocA.test @@ -10,7 +10,7 @@ #*********************************************************************** # This file contains additional out-of-memory checks (see malloc.tcl). # -# $Id: mallocA.test,v 1.3 2007/08/22 22:04:37 drh Exp $ +# $Id: mallocA.test,v 1.4 2007/08/29 12:31:29 danielk1977 Exp $ set testdir [file dirname $argv0] source $testdir/tester.tcl @@ -41,19 +41,19 @@ db close file copy test.db test.db.bu -do_malloc_test 1 -testdb test.db.bu -sqlbody { +do_malloc_test mallocA-1 -testdb test.db.bu -sqlbody { ANALYZE } -do_malloc_test 2 -testdb test.db.bu -sqlbody { +do_malloc_test mallocA-2 -testdb test.db.bu -sqlbody { REINDEX; } -do_malloc_test 3 -testdb test.db.bu -sqlbody { +do_malloc_test mallocA-3 -testdb test.db.bu -sqlbody { REINDEX t1; } -do_malloc_test 4 -testdb test.db.bu -sqlbody { +do_malloc_test mallocA-4 -testdb test.db.bu -sqlbody { REINDEX main.t1; } -do_malloc_test 5 -testdb test.db.bu -sqlbody { +do_malloc_test mallocA-5 -testdb test.db.bu -sqlbody { REINDEX nocase; } |