diff options
Diffstat (limited to 'db-4.8.30/test/test090.tcl')
| -rw-r--r-- | db-4.8.30/test/test090.tcl | 15 | 
1 files changed, 15 insertions, 0 deletions
| diff --git a/db-4.8.30/test/test090.tcl b/db-4.8.30/test/test090.tcl new file mode 100644 index 0000000..06c7a32 --- /dev/null +++ b/db-4.8.30/test/test090.tcl @@ -0,0 +1,15 @@ +# See the file LICENSE for redistribution information. +# +# Copyright (c) 2000-2009 Oracle.  All rights reserved. +# +# $Id$ +# +# TEST	test090 +# TEST	Test for functionality near the end of the queue using test001. +proc test090 { method {nentries 10000} {tnum "090"} args} { +	if { [is_queueext $method ] == 0 } { +		puts "Skipping test$tnum for $method." +		return; +	} +	eval {test001 $method $nentries 4294967000 0 $tnum} $args +} | 
