libdb/test/tcl/test136.tcl
2012-11-14 15:13:24 -05:00

16 lines
395 B
Tcl

# See the file LICENSE for redistribution information.
#
# Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
#
# $Id$
#
# TEST test136
# TEST Test operations on similar overflow records. [#20329]
# TEST Here, we use subdatabases.
proc test136 {method {keycnt 10} {datacnt 10} args} {
source ./include.tcl
eval {test135 $method $keycnt $datacnt 1 "136"} $args
}