1# See the file LICENSE for redistribution information.
2#
3# Copyright (c) 1996,2008 Oracle.  All rights reserved.
4#
5# $Id: test005.tcl,v 12.6 2008/01/08 20:58:53 bostic Exp $
6#
7# TEST	test005
8# TEST	Small keys/medium data
9# TEST		Put/get per key
10# TEST		Close, reopen
11# TEST		Sequential (cursor) get/delete
12# TEST
13# TEST	Check that cursor operations work.  Create a database; close
14# TEST	it and reopen it.  Then read through the database sequentially
15# TEST	using cursors and delete each element.
16proc test005 { method {nentries 10000} args } {
17	eval {test004 $method $nentries "005" 0} $args
18}
19