mirror of
https://github.com/berkeleydb/libdb.git
synced 2024-11-16 17:16:25 +00:00
16 lines
508 B
Tcl
16 lines
508 B
Tcl
# See the file LICENSE for redistribution information.
|
|
#
|
|
# Copyright (c) 1996, 2011 Oracle and/or its affiliates. All rights reserved.
|
|
#
|
|
# $Id$
|
|
#
|
|
# TEST test027
|
|
# TEST Off-page duplicate test
|
|
# TEST Test026 with parameters to force off-page duplicates.
|
|
# TEST
|
|
# TEST Check that delete operations work. Create a database; close
|
|
# TEST database and reopen it. Then issues delete by key for each
|
|
# TEST entry.
|
|
proc test027 { method {nentries 100} args} {
|
|
eval {test026 $method $nentries 100 "027"} $args
|
|
}
|