summaryrefslogtreecommitdiffstats
path: root/tests/trace.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-08-14 15:17:49 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-08-14 15:17:49 (GMT)
commita12413b73ce0aa902e7ee0c7b345102eb2d98b8b (patch)
tree256323321dac21f9918d26c421248ca015e841a6 /tests/trace.test
parent15e35c4d94b77542e2c32ff52ad370a9ef5008a3 (diff)
downloadtcl-a12413b73ce0aa902e7ee0c7b345102eb2d98b8b.zip
tcl-a12413b73ce0aa902e7ee0c7b345102eb2d98b8b.tar.gz
tcl-a12413b73ce0aa902e7ee0c7b345102eb2d98b8b.tar.bz2
* generic/tclBasic.c: Use fully qualified variable names for
* tests/thread.test: ::errorInfo and ::errorCode so that string * tests/trace.test: reported to variable traces are fully qualified in agreement with Tcl 8.4 operations.
Diffstat (limited to 'tests/trace.test')
-rw-r--r--tests/trace.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/trace.test b/tests/trace.test
index 2646502..e172c03 100644
--- a/tests/trace.test
+++ b/tests/trace.test
@@ -11,7 +11,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: trace.test,v 1.58 2007/08/13 23:07:37 dgp Exp $
+# RCS: @(#) $Id: trace.test,v 1.59 2007/08/14 15:17:51 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -256,7 +256,7 @@ test trace-2.7 {trace variable writes on errorInfo} -body {
} -cleanup {
# always remove trace on errorInfo otherwise further tests will fail
unset ::errorInfo
-} -result {errorInfo {} write}
+} -result {::errorInfo {} write}