diff options
author | jbj <devnull@localhost> | 2004-11-11 15:58:46 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-11-11 15:58:46 +0000 |
commit | acf19af1ab27ad071c1614f9610ae29eb5c902c1 (patch) | |
tree | eec4be5e0c491d0171d25c17eaa136ce62a90417 /db/test/si005.tcl | |
parent | f9473219d523ace837a3ef5a1212bb6dcad2a690 (diff) | |
download | rpm-acf19af1ab27ad071c1614f9610ae29eb5c902c1.tar.gz rpm-acf19af1ab27ad071c1614f9610ae29eb5c902c1.tar.bz2 rpm-acf19af1ab27ad071c1614f9610ae29eb5c902c1.zip |
Upgrade to db-4.3.21.
CVS patchset: 7578
CVS date: 2004/11/11 15:58:46
Diffstat (limited to 'db/test/si005.tcl')
-rw-r--r-- | db/test/si005.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/test/si005.tcl b/db/test/si005.tcl index 31e99ede9..292cf1f60 100644 --- a/db/test/si005.tcl +++ b/db/test/si005.tcl @@ -3,7 +3,7 @@ # Copyright (c) 2001-2004 # Sleepycat Software. All rights reserved. # -# $Id: si005.tcl,v 11.9 2004/01/28 03:36:30 bostic Exp $ +# $Id: si005.tcl,v 11.11 2004/10/27 20:40:25 carol Exp $ # # TEST si005 # TEST Basic secondary index put/delete test with transactions @@ -35,7 +35,7 @@ proc si005 { methods {nentries 200} {tnum "005"} args } { set argses [convert_argses $methods $args] set omethods [convert_methods $methods] - puts "Si$tnum ($pmethod/$methods) $nentries equal key/data pairs" + puts "si$tnum \{\[ list $pmethod $methods \]\} $nentries" puts "\twith transactions" env_cleanup $testdir |