summaryrefslogtreecommitdiffstats
path: root/tests/winDde.test
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-12-01 14:02:49 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-12-01 14:02:49 (GMT)
commitb68250712dc55e55851dd4e0950410ab37506665 (patch)
treee1c71201e13460c8b6e544356bfe22493b0b7ec0 /tests/winDde.test
parentd1a4cd6da6eaa3dc79b81821c0f39dbb67af3e51 (diff)
downloadtcl-b68250712dc55e55851dd4e0950410ab37506665.zip
tcl-b68250712dc55e55851dd4e0950410ab37506665.tar.gz
tcl-b68250712dc55e55851dd4e0950410ab37506665.tar.bz2
Oops! <:^)
Diffstat (limited to 'tests/winDde.test')
-rw-r--r--tests/winDde.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/winDde.test b/tests/winDde.test
index 1574740..d1b0ee1 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.25 2004/12/01 11:49:11 dkf Exp $
+# RCS: @(#) $Id: winDde.test,v 1.26 2004/12/01 14:02:49 dkf Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2
@@ -213,7 +213,7 @@ test winDde-5.3 {check for bad arguments} -constraints {win dde} -body {
} -returnCodes error -result {wrong # args: should be "dde execute ?-async? serviceName topicName value"}
test winDde-5.4 {DDE eval bad arguments} -constraints {win dde} -body {
dde eval "" "foo"
-} -returnCodes error {invalid service name ""}
+} -returnCodes error -result {invalid service name ""}
# -------------------------------------------------------------------------