summaryrefslogtreecommitdiffstats
path: root/tests/winDde.test
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@noemail.net>2004-06-23 22:45:27 (GMT)
committerpatthoyts <patthoyts@noemail.net>2004-06-23 22:45:27 (GMT)
commit17588e267f1685a2e103026b47c6e314f6d4a3ac (patch)
treea00bb0d5a8944e49e4fa4497caa40f36c3017f08 /tests/winDde.test
parent96f3e5fd527ccb17a82e9320606d3cd6b54e19f4 (diff)
downloadtcl-17588e267f1685a2e103026b47c6e314f6d4a3ac.zip
tcl-17588e267f1685a2e103026b47c6e314f6d4a3ac.tar.gz
tcl-17588e267f1685a2e103026b47c6e314f6d4a3ac.tar.bz2
Add update to let the async events work
FossilOrigin-Name: c1ebe3aba16c160792e8639d086e7f3dfbd172d6
Diffstat (limited to 'tests/winDde.test')
-rw-r--r--tests/winDde.test3
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