diff options
author | jenn <jenn> | 1999-06-29 03:22:06 (GMT) |
---|---|---|
committer | jenn <jenn> | 1999-06-29 03:22:06 (GMT) |
commit | 3c38d311e45c88777c457a79bf487bed17e43ab4 (patch) | |
tree | 0001b16bb26da965baf44a217cb33f44211d708e /tests | |
parent | 7d96e2b24eb2a3390a37b962efdb656e06f783da (diff) | |
download | tcl-3c38d311e45c88777c457a79bf487bed17e43ab4.zip tcl-3c38d311e45c88777c457a79bf487bed17e43ab4.tar.gz tcl-3c38d311e45c88777c457a79bf487bed17e43ab4.tar.bz2 |
Modified the last three tests to run with pcOnly constraint.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/winDde.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/winDde.test b/tests/winDde.test index 67c9c83..e160ce2 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.6 1999/06/28 23:49:32 redman Exp $ +# RCS: @(#) $Id: winDde.test,v 1.7 1999/06/29 03:22:06 jenn Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -145,17 +145,17 @@ test winDde-4.4 {DDE eval locally} {pcOnly} { set a } foo -test winDde-5.1 {check for bad arguments} {} { +test winDde-5.1 {check for bad arguments} {pcOnly} { catch {dde execute "" "" "" ""} result set result } {wrong # args: should be "dde execute ?-async? serviceName topicName value"} -test winDde-5.2 {check for bad arguments} {} { +test winDde-5.2 {check for bad arguments} {pcOnly} { catch {dde execute "" "" ""} result set result } {cannot execute null data} -test winDde-5.3 {check for bad arguments} {} { +test winDde-5.3 {check for bad arguments} {pcOnly} { catch {dde execute -foo "" "" ""} result set result } {wrong # args: should be "dde execute ?-async? serviceName topicName value"} |