summaryrefslogtreecommitdiff
path: root/db/test/env011.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'db/test/env011.tcl')
-rw-r--r--db/test/env011.tcl10
1 files changed, 5 insertions, 5 deletions
diff --git a/db/test/env011.tcl b/db/test/env011.tcl
index de6c82b36..ed92e94bb 100644
--- a/db/test/env011.tcl
+++ b/db/test/env011.tcl
@@ -1,9 +1,9 @@
# See the file LICENSE for redistribution information.
#
-# Copyright (c) 1999-2004
-# Sleepycat Software. All rights reserved.
+# Copyright (c) 1999-2006
+# Oracle Corporation. All rights reserved.
#
-# $Id: env011.tcl,v 1.4 2004/01/28 03:36:27 bostic Exp $
+# $Id: env011.tcl,v 12.4 2006/08/24 14:46:35 bostic Exp $
#
# TEST env011
# TEST Run with region overwrite flag.
@@ -19,9 +19,9 @@ proc env011 { } {
set db [eval \
{berkdb_open -auto_commit -env $e -btree -create -mode 0644} ]
error_check_good dbopen [is_valid_db $db] TRUE
- set ret [eval {$db put} -auto_commit "aaa" "data"]
+ set ret [eval {$db put} "aaa" "data"]
error_check_good put $ret 0
- set ret [eval {$db put} -auto_commit "bbb" "data"]
+ set ret [eval {$db put} "bbb" "data"]
error_check_good put $ret 0
error_check_good db_close [$db close] 0
error_check_good envclose [$e close] 0