summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2004-06-15 13:00:51 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2004-06-15 13:00:51 (GMT)
commit44d95ca8cecdf4670b8e3b23bb90a7b7d291e096 (patch)
tree469453a1f3dcb57a794a62cd31dc8353b479a0c5
parent7ada94b3ede6a4073f4420a8b21ff0160faaf935 (diff)
downloadtcl-44d95ca8cecdf4670b8e3b23bb90a7b7d291e096.zip
tcl-44d95ca8cecdf4670b8e3b23bb90a7b7d291e096.tar.gz
tcl-44d95ca8cecdf4670b8e3b23bb90a7b7d291e096.tar.bz2
Fixed dde -async test.
-rw-r--r--ChangeLog3
-rw-r--r--tests/winDde.test3
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cca9ee6..f15190f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
2004-06-14 Pat Thoyts <patthoyts@users.sourceforge.net>
+ * tests/winDde.test: Fixed -async test
* win/tclWinDde.c: Backported the fix from 8.5 to avoid hanging in
- the presence of applications that dont process Window messages.
+ the presence of applications that do not process Window messages.
2004-06-10 Andreas Kupries <andreask@activestate.com>
diff --git a/tests/winDde.test b/tests/winDde.test
index c573d58..a1472fa 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.13 2003/01/16 20:51:57 hobbs Exp $
+# RCS: @(#) $Id: winDde.test,v 1.13.2.1 2004/06/15 13:00:57 patthoyts Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -125,6 +125,7 @@ test winDde-4.2 {DDE execute remotely} {stdio pcOnly} {
set a ""
set child [createChildProcess child]
dde execute -async TclEval child {set a "foo"}
+ update
dde execute TclEval child {set done 1}
set a