1# See the file LICENSE for redistribution information.
2#
3# Copyright (c) 2000,2008 Oracle.  All rights reserved.
4#
5# $Id: test090.tcl,v 12.6 2008/01/08 20:58:53 bostic Exp $
6#
7# TEST	test090
8# TEST	Test for functionality near the end of the queue using test001.
9proc test090 { method {nentries 10000} {tnum "090"} args} {
10	if { [is_queueext $method ] == 0 } {
11		puts "Skipping test$tnum for $method."
12		return;
13	}
14	eval {test001 $method $nentries 4294967000 0 $tnum} $args
15}
16