summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-06-27 22:44:47 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-06-27 22:44:47 (GMT)
commit7556d5451927a0cdb164b40f7a0f84840bed8768 (patch)
tree11998dce60fa7d16c639db718f75c671cc728ce4 /tests
parent3496e59b54211616975abfefae4d96caf7ce499b (diff)
downloadtcl-7556d5451927a0cdb164b40f7a0f84840bed8768.zip
tcl-7556d5451927a0cdb164b40f7a0f84840bed8768.tar.gz
tcl-7556d5451927a0cdb164b40f7a0f84840bed8768.tar.bz2
merge updates from HEAD
Diffstat (limited to 'tests')
-rw-r--r--tests/trace.test6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/trace.test b/tests/trace.test
index efb60f0..73d6fc8 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.51.2.4 2007/06/25 18:53:32 dgp Exp $
+# RCS: @(#) $Id: trace.test,v 1.51.2.5 2007/06/27 22:44:48 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -2306,6 +2306,10 @@ test trace-29.10 {Tcl_CreateTrace, correct level interpretation} {testcmdtrace}
testcmdtrace leveltest {foo}
} {foo {foo} {uplevel 1 bar} {uplevel 1 bar} bar {bar} {uplevel 1 grok} {uplevel 1 grok}}
+test trace-29.11 {Tcl_CreateTrace, multiple traces} {testcmdtrace} {
+ testcmdtrace doubletest {format xx}
+} {{format xx} {format xx}}
+
test trace-30.1 {Tcl_DeleteTrace} {emptyTest} {
# the above tests have tested Tcl_DeleteTrace
} {}