libdb/test/tcl/test134.tcl
2011-09-13 13:44:24 -04:00

15 lines
338 B
Tcl

# See the file LICENSE for redistribution information.
#
# Copyright (c) 2011 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
}