summaryrefslogtreecommitdiff
path: root/db/test/lock005.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/lock005.tcl
parent752cac72e220dcad4e6fce39508e714e59e3e0a1 (diff)
downloadlibrpm-tizen-8960e3895f7af91126465368dff8fbb36ab4e853.tar.gz
librpm-tizen-8960e3895f7af91126465368dff8fbb36ab4e853.tar.bz2
librpm-tizen-8960e3895f7af91126465368dff8fbb36ab4e853.zip
- upgrade to db-4.2.52.
CVS patchset: 6972 CVS date: 2003/12/15 21:42:09
Diffstat (limited to 'db/test/lock005.tcl')
-rw-r--r--db/test/lock005.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/db/test/lock005.tcl b/db/test/lock005.tcl
index 33032afcc..497e07b80 100644
--- a/db/test/lock005.tcl
+++ b/db/test/lock005.tcl
@@ -1,9 +1,9 @@
# See the file LICENSE for redistribution information.
#
-# Copyright (c) 1996-2001
+# Copyright (c) 1996-2003
# Sleepycat Software. All rights reserved.
#
-# Id: lock005.tcl,v 1.7 2002/08/08 15:38:07 bostic Exp
+# $Id: lock005.tcl,v 1.9 2003/04/16 17:50:48 ubell Exp $
#
# TEST lock005
# TEST Check that page locks are being released properly.
@@ -41,7 +41,7 @@ proc lock005 { } {
# ... and try to get a record from the first txn (should fail)
set ret [catch {$db get -txn $txn2 $recno1} res]
error_check_good dbget_wrong_record \
- [is_substr $res "Lock not granted"] 1
+ [is_substr $res "deadlock"] 1
# End transactions
error_check_good txn1commit [$txn1 commit] 0