diff options
Diffstat (limited to 'bdb/test/test041.tcl')
-rw-r--r-- | bdb/test/test041.tcl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/bdb/test/test041.tcl b/bdb/test/test041.tcl index bba89f49b5a..fdcbdbef3d7 100644 --- a/bdb/test/test041.tcl +++ b/bdb/test/test041.tcl @@ -1,12 +1,13 @@ # See the file LICENSE for redistribution information. # -# Copyright (c) 1996, 1997, 1998, 1999, 2000 +# Copyright (c) 1996-2002 # Sleepycat Software. All rights reserved. # -# $Id: test041.tcl,v 11.3 2000/02/14 03:00:20 bostic Exp $ +# $Id: test041.tcl,v 11.6 2002/01/11 15:53:47 bostic Exp $ # -# DB Test 41 {access method} -# DB_GET_BOTH functionality with off-page duplicates. +# TEST test041 +# TEST Test039 with off-page duplicates +# TEST DB_GET_BOTH functionality with off-page duplicates. proc test041 { method {nentries 10000} args} { # Test with off-page duplicates eval {test039 $method $nentries 20 41 -pagesize 512} $args |