Mozilla/mozilla/db/test/test005.tcl
roeber%netscape.com e597bf5b5e Import of Sleepycat DB 2.4.14.1
git-svn-id: svn://10.0.0.236/trunk@12863 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-15 03:56:37 +00:00

15 lines
471 B
Tcl

# See the file LICENSE for redistribution information.
#
# Copyright (c) 1996, 1997, 1998
# Sleepycat Software. All rights reserved.
#
# @(#)test005.tcl 10.2 (Sleepycat) 4/10/98
#
# DB Test 5 {access method}
# Check that cursor operations work. Create a database; close database and
# reopen it. Then read through the database sequentially using cursors and
# delete each element.
proc test005 { method {nentries 10000} args } {
test004 $method $nentries 5 0 $args
}