gecko-dev/db/test/test027.tcl
1998-10-15 03:56:37 +00:00

14 lines
428 B
Tcl

# See the file LICENSE for redistribution information.
#
# Copyright (c) 1996, 1997, 1998
# Sleepycat Software. All rights reserved.
#
# @(#)test027.tcl 8.2 (Sleepycat) 4/10/98
#
# DB Test 27 {access method}
# Check that delete operations work. Create a database; close database and
# reopen it. Then issues delete by key for each entry.
proc test027 { method {nentries 100} args} {
test026 $method $nentries 100 27 $args
}