summaryrefslogtreecommitdiff
path: root/db-4.8.30/test/test082.tcl
blob: e90057db70a9bfcf77b29ab9ff264713fd1a5d66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# See the file LICENSE for redistribution information.
#
# Copyright (c) 2000-2009 Oracle.  All rights reserved.
#
# $Id$
#
# TEST	test082
# TEST	Test of DB_PREV_NODUP (uses test074).
proc test082 { method {dir -prevnodup} {nitems 100} {tnum "082"} args} {
	source ./include.tcl

	eval {test074 $method $dir $nitems $tnum} $args
}