summaryrefslogtreecommitdiff
path: root/bdb/test/test027.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'bdb/test/test027.tcl')
-rw-r--r--bdb/test/test027.tcl13
1 files changed, 13 insertions, 0 deletions
diff --git a/bdb/test/test027.tcl b/bdb/test/test027.tcl
new file mode 100644
index 00000000000..ae4bf64fb3e
--- /dev/null
+++ b/bdb/test/test027.tcl
@@ -0,0 +1,13 @@
+# See the file LICENSE for redistribution information.
+#
+# Copyright (c) 1996, 1997, 1998, 1999, 2000
+# Sleepycat Software. All rights reserved.
+#
+# $Id: test027.tcl,v 11.4 2000/05/22 12:51:39 bostic Exp $
+#
+# DB Test 27 {access method}
+# Check that delete operations work. Create a database; close database and
+# reopen it. Then issues delete by key for each entry.
+proc test027 { method {nentries 100} args} {
+ eval {test026 $method $nentries 100 27} $args
+}