1# See the file LICENSE for redistribution information.
2#
3# Copyright (c) 1999,2008 Oracle.  All rights reserved.
4#
5# $Id: test071.tcl,v 12.6 2008/01/08 20:58:53 bostic Exp $
6#
7# TEST	test071
8# TEST	Test of DB_CONSUME (One consumer, 10000 items.)
9# TEST	This is DB Test 70, with one consumer, one producers, and 10000 items.
10proc test071 { method {nconsumers 1} {nproducers 1} {nitems 10000} \
11    {mode CONSUME} {start 0 } {txn -txn} {tnum "071"} args } {
12
13	eval test070 $method \
14	    $nconsumers $nproducers $nitems $mode $start $txn $tnum $args
15}
16