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

15 lines
329 B
Tcl

# See the file LICENSE for redistribution information.
#
# Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
#
# $Id$
#
# TEST test134
# TEST Test cursor cleanup for sub databases.
proc test134 {method {nentries 1000} args} {
source ./include.tcl
eval {test133 $method $nentries "134" 1} $args
}