summaryrefslogtreecommitdiff
path: root/db/test/txn009.tcl
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-12-15 21:42:09 +0000
committerjbj <devnull@localhost>2003-12-15 21:42:09 +0000
commit8960e3895f7af91126465368dff8fbb36ab4e853 (patch)
tree3c515e39dde0e88edeb806ea87d08524ba25c761 /db/test/txn009.tcl
parent752cac72e220dcad4e6fce39508e714e59e3e0a1 (diff)
downloadrpm-8960e3895f7af91126465368dff8fbb36ab4e853.tar.gz
rpm-8960e3895f7af91126465368dff8fbb36ab4e853.tar.bz2
rpm-8960e3895f7af91126465368dff8fbb36ab4e853.zip
- upgrade to db-4.2.52.
CVS patchset: 6972 CVS date: 2003/12/15 21:42:09
Diffstat (limited to 'db/test/txn009.tcl')
-rw-r--r--db/test/txn009.tcl8
1 files changed, 4 insertions, 4 deletions
diff --git a/db/test/txn009.tcl b/db/test/txn009.tcl
index 1b371da54..2bb0d0124 100644
--- a/db/test/txn009.tcl
+++ b/db/test/txn009.tcl
@@ -1,9 +1,9 @@
# See the file LICENSE for redistribution information.
#
-# Copyright (c) 1996-2002
+# Copyright (c) 1996-2003
# Sleepycat Software. All rights reserved.
#
-# Id: txn009.tcl,v 11.3 2002/05/10 17:55:55 sue Exp
+# $Id: txn009.tcl,v 11.5 2003/01/08 05:54:15 bostic Exp $
#
# TEST txn009
@@ -17,11 +17,11 @@ proc txn009 { } {
set orig_maxid $txn_maxid
puts "\tTxn009.1: wraparound txnids"
set txn_curid [expr $txn_maxid - 2]
- txn003 "09.1"
+ txn003 "009.1"
puts "\tTxn009.2: closer wraparound txnids"
set txn_curid [expr $txn_maxid - 3]
set txn_maxid [expr $txn_maxid - 2]
- txn003 "09.2"
+ txn003 "009.2"
puts "\tTxn009.3: test wraparound txnids"
txn_idwrap_check $testdir