diff options
Diffstat (limited to 'tests/event.test')
-rw-r--r-- | tests/event.test | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/event.test b/tests/event.test index ce9e34d..2afd33e 100644 --- a/tests/event.test +++ b/tests/event.test @@ -9,7 +9,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: event.test,v 1.14 2001/12/10 20:30:13 msofer Exp $ +# RCS: @(#) $Id: event.test,v 1.15 2002/01/27 11:09:23 das Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -276,7 +276,9 @@ test event-7.4 {tkerror is nothing special anymore to tcl} { set errRes } bg:err1 -test event-7.5 {correct behaviour when there is no bgerror [Bug 219142]} { +testConstraint exec [llength [info commands exec]] + +test event-7.5 {correct behaviour when there is no bgerror [Bug 219142]} {exec} { set script { after 1000 error hello after 2000 set a 0 |