# 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 }