diff options
Diffstat (limited to 'bdb/test/test035.tcl')
-rw-r--r-- | bdb/test/test035.tcl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bdb/test/test035.tcl b/bdb/test/test035.tcl index e2afef4afb3..06796b1e9aa 100644 --- a/bdb/test/test035.tcl +++ b/bdb/test/test035.tcl @@ -1,16 +1,16 @@ # See the file LICENSE for redistribution information. # -# Copyright (c) 1996, 1997, 1998, 1999, 2000 +# Copyright (c) 1996-2002 # Sleepycat Software. All rights reserved. # -# $Id: test035.tcl,v 11.3 2000/02/14 03:00:19 bostic Exp $ +# $Id: test035.tcl,v 11.8 2002/07/22 17:00:39 sue Exp $ # -# DB Test 35 {access method} -# DB_GET_BOTH functionality with off-page duplicates. +# TEST test035 +# TEST Test033 with off-page duplicates +# TEST DB_GET_BOTH functionality with off-page duplicates. proc test035 { method {nentries 10000} args} { # Test with off-page duplicates eval {test033 $method $nentries 20 35 -pagesize 512} $args - # Test with multiple pages of off-page duplicates eval {test033 $method [expr $nentries / 10] 100 35 -pagesize 512} $args } |