1# See the file LICENSE for redistribution information.
2#
3# Copyright (c) 1996,2008 Oracle.  All rights reserved.
4#
5# $Id: test027.tcl,v 12.6 2008/01/08 20:58:53 bostic Exp $
6#
7# TEST	test027
8# TEST	Off-page duplicate test
9# TEST		Test026 with parameters to force off-page duplicates.
10# TEST
11# TEST	Check that delete operations work.  Create a database; close
12# TEST	database and reopen it.  Then issues delete by key for each
13# TEST	entry.
14proc test027 { method {nentries 100} args} {
15	eval {test026 $method $nentries 100 "027"} $args
16}
17