summaryrefslogtreecommitdiff
path: root/libdb/test/test034.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'libdb/test/test034.tcl')
-rw-r--r--libdb/test/test034.tcl17
1 files changed, 0 insertions, 17 deletions
diff --git a/libdb/test/test034.tcl b/libdb/test/test034.tcl
deleted file mode 100644
index b31d56390..000000000
--- a/libdb/test/test034.tcl
+++ /dev/null
@@ -1,17 +0,0 @@
-# See the file LICENSE for redistribution information.
-#
-# Copyright (c) 1998-2002
-# Sleepycat Software. All rights reserved.
-#
-# $Id$
-#
-# TEST test034
-# TEST test032 with off-page duplicates
-# TEST DB_GET_BOTH, DB_GET_BOTH_RANGE functionality with off-page duplicates.
-proc test034 { method {nentries 10000} args} {
- # Test with off-page duplicates
- eval {test032 $method $nentries 20 34 -pagesize 512} $args
-
- # Test with multiple pages of off-page duplicates
- eval {test032 $method [expr $nentries / 10] 100 34 -pagesize 512} $args
-}