diff options
Diffstat (limited to 'bdb/test/test027.tcl')
-rw-r--r-- | bdb/test/test027.tcl | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/bdb/test/test027.tcl b/bdb/test/test027.tcl index ae4bf64fb3e..a0f6dfa4dcb 100644 --- a/bdb/test/test027.tcl +++ b/bdb/test/test027.tcl @@ -1,13 +1,17 @@ # See the file LICENSE for redistribution information. # -# Copyright (c) 1996, 1997, 1998, 1999, 2000 +# Copyright (c) 1996-2002 # Sleepycat Software. All rights reserved. # -# $Id: test027.tcl,v 11.4 2000/05/22 12:51:39 bostic Exp $ +# $Id: test027.tcl,v 11.7 2002/01/11 15:53:45 bostic Exp $ # -# DB Test 27 {access method} -# Check that delete operations work. Create a database; close database and -# reopen it. Then issues delete by key for each entry. +# TEST test027 +# TEST Off-page duplicate test +# TEST Test026 with parameters to force off-page duplicates. +# TEST +# TEST Check that delete operations work. Create a database; close +# TEST database and reopen it. Then issues delete by key for each +# TEST entry. proc test027 { method {nentries 100} args} { eval {test026 $method $nentries 100 27} $args } |