Tcl Source Code

Artifact [92e4d4ef8c]
Login

Artifact 92e4d4ef8c3871d5761693232a6f68394d761eab:

Attachment "winDDE.errs" to ticket [678421ffff] added by kennykb 2003-02-01 05:01:01.
winDde.test

==== winDde-4.2 DDE execute remotely FAILED
==== Contents of test case:

    set a ""
    set child [createChildProcess child]
    dde execute -async TclEval child {set a "foo"}
    dde execute TclEval child {set done 1}

    set a

---- Result was:
remote interpreter did not respond
---- Result should have been (exact matching):

---- Test generated error; Return code was: 1
---- Return code should have been one of: 0 2
==== winDde-4.2 FAILED