mirror of
https://github.com/berkeleydb/libdb.git
synced 2024-11-16 17:16:25 +00:00
15 lines
338 B
Tcl
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
|
|
|
|
}
|