diff options
Diffstat (limited to 'bdb/test/test071.tcl')
-rw-r--r-- | bdb/test/test071.tcl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/bdb/test/test071.tcl b/bdb/test/test071.tcl index 376c902ec4d..3f2604022f1 100644 --- a/bdb/test/test071.tcl +++ b/bdb/test/test071.tcl @@ -1,12 +1,13 @@ # See the file LICENSE for redistribution information. # -# Copyright (c) 1999, 2000 +# Copyright (c) 1999-2002 # Sleepycat Software. All rights reserved. # -# $Id: test071.tcl,v 11.6 2000/12/01 04:28:36 ubell Exp $ +# $Id: test071.tcl,v 11.9 2002/01/11 15:53:53 bostic Exp $ # -# DB Test 71: Test of DB_CONSUME. -# This is DB Test 70, with one consumer, one producers, and 10000 items. +# TEST test071 +# TEST Test of DB_CONSUME (One consumer, 10000 items.) +# TEST This is DB Test 70, with one consumer, one producers, and 10000 items. proc test071 { method {nconsumers 1} {nproducers 1}\ {nitems 10000} {mode CONSUME} {start 0 } {txn -txn} {tnum 71} args } { |