summaryrefslogtreecommitdiff
path: root/storage/bdb/test/test005.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'storage/bdb/test/test005.tcl')
-rw-r--r--storage/bdb/test/test005.tcl19
1 files changed, 0 insertions, 19 deletions
diff --git a/storage/bdb/test/test005.tcl b/storage/bdb/test/test005.tcl
deleted file mode 100644
index e3972b5b127..00000000000
--- a/storage/bdb/test/test005.tcl
+++ /dev/null
@@ -1,19 +0,0 @@
-# See the file LICENSE for redistribution information.
-#
-# Copyright (c) 1996-2004
-# Sleepycat Software. All rights reserved.
-#
-# $Id: test005.tcl,v 11.10 2004/01/28 03:36:30 bostic Exp $
-#
-# TEST test005
-# TEST Small keys/medium data
-# TEST Put/get per key
-# TEST Close, reopen
-# TEST Sequential (cursor) get/delete
-# TEST
-# TEST Check that cursor operations work. Create a database; close
-# TEST it and reopen it. Then read through the database sequentially
-# TEST using cursors and delete each element.
-proc test005 { method {nentries 10000} args } {
- eval {test004 $method $nentries "005" 0} $args
-}