diff options
Diffstat (limited to 'bdb/test/test081.tcl')
-rw-r--r-- | bdb/test/test081.tcl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bdb/test/test081.tcl b/bdb/test/test081.tcl new file mode 100644 index 00000000000..44e708c5d49 --- /dev/null +++ b/bdb/test/test081.tcl @@ -0,0 +1,16 @@ +# See the file LICENSE for redistribution information. +# +# Copyright (c) 1999, 2000 +# Sleepycat Software. All rights reserved. +# +# $Id: test081.tcl,v 11.3 2000/03/01 15:13:59 krinsky Exp $ +# +# Test 81. +# Test off-page duplicates and overflow pages together with +# very large keys (key/data as file contents). +# +proc test081 { method {ndups 13} {tnum 81} args} { + source ./include.tcl + + eval {test017 $method 1 $ndups $tnum} $args +} |