1# See the file LICENSE for redistribution information.
2#
3# Copyright (c) 2000,2008 Oracle.  All rights reserved.
4#
5# $Id: test082.tcl,v 12.6 2008/01/08 20:58:53 bostic Exp $
6#
7# TEST	test082
8# TEST	Test of DB_PREV_NODUP (uses test074).
9proc test082 { method {dir -prevnodup} {nitems 100} {tnum "082"} args} {
10	source ./include.tcl
11
12	eval {test074 $method $dir $nitems $tnum} $args
13}
14