summaryrefslogtreecommitdiff
path: root/db-4.8.30/test/test027.tcl
blob: 2aafaf8abddbd09971d934f4884842dc302465bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# See the file LICENSE for redistribution information.
#
# Copyright (c) 1996-2009 Oracle.  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
}