diff options
Diffstat (limited to 'db/test/lock005.tcl')
-rw-r--r-- | db/test/lock005.tcl | 6 |
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 |