summaryrefslogtreecommitdiff
path: root/bdb/test/test082.tcl
blob: e8bd4f975dd56f8572aa585564f82b51a66fd38c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}