~ubuntu-branches/ubuntu/edgy/rpm/edgy

« back to all changes in this revision

Viewing changes to db/test/test018.tcl

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess
  • Date: 2002-01-22 20:56:57 UTC
  • Revision ID: james.westby@ubuntu.com-20020122205657-l74j50mr9z8ofcl5
Tags: upstream-4.0.3
ImportĀ upstreamĀ versionĀ 4.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# See the file LICENSE for redistribution information.
 
2
#
 
3
# Copyright (c) 1996-2001
 
4
#       Sleepycat Software.  All rights reserved.
 
5
#
 
6
# $Id: test018.tcl,v 11.4 2001/01/25 18:23:09 bostic Exp $
 
7
#
 
8
# DB Test 18 {access method}
 
9
# Run duplicates with small page size so that we test off page duplicates.
 
10
proc test018 { method {nentries 10000} args} {
 
11
        puts "Test018: Off page duplicate tests"
 
12
        eval {test011 $method $nentries 19 18 -pagesize 512} $args
 
13
}