mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
14 lines
425 B
Tcl
14 lines
425 B
Tcl
|
# See the file LICENSE for redistribution information.
|
||
|
#
|
||
|
# Copyright (c) 1996, 1997, 1998
|
||
|
# Sleepycat Software. All rights reserved.
|
||
|
#
|
||
|
# @(#)test007.tcl 10.2 (Sleepycat) 4/10/98
|
||
|
#
|
||
|
# DB Test 7 {access method}
|
||
|
# Check that delete operations work. Create a database; close database and
|
||
|
# reopen it. Then issues delete by key for each entry.
|
||
|
proc test007 { method {nentries 10000} args} {
|
||
|
test006 $method $nentries 7 $args
|
||
|
}
|