diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-16 11:28:02 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-16 11:28:02 (GMT) |
commit | 11b82246f4a51641ec77f71bdd78312cfac9651b (patch) | |
tree | 758133ac2a88e4c0fac270610f5fb4074d12a1c9 /tests | |
parent | e1b4301a7bfca5a02daa7127e219efc7d76b29bc (diff) | |
parent | 1015fa89c934c0680ab3ae7feba0bac896e12b55 (diff) | |
download | tk-11b82246f4a51641ec77f71bdd78312cfac9651b.zip tk-11b82246f4a51641ec77f71bdd78312cfac9651b.tar.gz tk-11b82246f4a51641ec77f71bdd78312cfac9651b.tar.bz2 |
Merge 8.6
Diffstat (limited to 'tests')
-rw-r--r-- | tests/send.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/send.test b/tests/send.test index a71f137..949ce03 100644 --- a/tests/send.test +++ b/tests/send.test @@ -523,10 +523,10 @@ test send-10.19 {SendEventProc procedure, send exits} {secureserver testsend} { set x } {1 {target application died}} -test send-11.1 {AppendPropCarefully and AppendErrorProc procedures} {secureserver testsend} { +test send-11.1 {AppendPropCarefully and AppendErrorProc procedures} -constraints {secureserver testsend} -body { testsend prop root InterpRegistry "0x21447 dummy\n" - list [catch {send dummy foo} msg] $msg -} {1 {no application named "dummy"}} + send dummy foo +} -returnCodes 1 -match regexp -result {^(target application died|no application named "dummy")$} test send-11.2 {AppendPropCarefully and AppendErrorProc procedures} {secureserver testsend} { testsend prop comm Comm "c\n-r0x123 44\n-n tktest\n-s concat a b c\n" update |