diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2004-06-23 22:45:27 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2004-06-23 22:45:27 (GMT) |
commit | bef0b360b4ebda09db57f196d096f72baf469670 (patch) | |
tree | a00bb0d5a8944e49e4fa4497caa40f36c3017f08 /tests/winDde.test | |
parent | 9e0ba6fcb1e8e8209626c129525048b0f6d0f965 (diff) | |
download | tcl-bef0b360b4ebda09db57f196d096f72baf469670.zip tcl-bef0b360b4ebda09db57f196d096f72baf469670.tar.gz tcl-bef0b360b4ebda09db57f196d096f72baf469670.tar.bz2 |
Add update to let the async events work
Diffstat (limited to 'tests/winDde.test')
-rw-r--r-- | tests/winDde.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/winDde.test b/tests/winDde.test index 65c4dd7..ca3ecd6 100644 --- a/tests/winDde.test +++ b/tests/winDde.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: winDde.test,v 1.22 2004/06/23 17:26:58 kennykb Exp $ +# RCS: @(#) $Id: winDde.test,v 1.23 2004/06/23 22:45:27 patthoyts Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 @@ -180,6 +180,7 @@ test winDde-4.2 {DDE execute async remotely} {stdio win dde} { set name child-4.2 set child [createChildProcess $name] dde execute -async TclEval $name {set a "foo"} + update dde execute TclEval $name {set done 1} update set a |