diff options
Diffstat (limited to 'bdb/test/test082.tcl')
-rw-r--r-- | bdb/test/test082.tcl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bdb/test/test082.tcl b/bdb/test/test082.tcl new file mode 100644 index 00000000000..e8bd4f975dd --- /dev/null +++ b/bdb/test/test082.tcl @@ -0,0 +1,15 @@ +# See the file LICENSE for redistribution information. +# +# Copyright (c) 2000 +# Sleepycat Software. All rights reserved. +# +# $Id: test082.tcl,v 11.1 2000/04/30 05:05:26 krinsky Exp $ +# +# Test 82. +# Test of DB_PREV_NODUP +proc test082 { method {dir -prevnodup} {pagesize 512} {nitems 100}\ + {tnum 82} args} { + source ./include.tcl + + eval {test074 $method $dir $pagesize $nitems $tnum} $args +} |