summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjenn <jenn@noemail.net>1999-06-29 03:22:06 (GMT)
committerjenn <jenn@noemail.net>1999-06-29 03:22:06 (GMT)
commit775ea3ea1940edb4a703df4ac15cbaed3850598a (patch)
tree0001b16bb26da965baf44a217cb33f44211d708e
parent36b987a22d7b04cf34d2f9cf3962efe19c9b3d66 (diff)
downloadtcl-775ea3ea1940edb4a703df4ac15cbaed3850598a.zip
tcl-775ea3ea1940edb4a703df4ac15cbaed3850598a.tar.gz
tcl-775ea3ea1940edb4a703df4ac15cbaed3850598a.tar.bz2
Modified the last three tests to run with pcOnly constraint.
FossilOrigin-Name: fca81e7512e115333b3ad9c9584b4757f965760c
-rw-r--r--tests/winDde.test8
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"}