diff options
Diffstat (limited to 'tests/send.test')
-rw-r--r-- | tests/send.test | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/tests/send.test b/tests/send.test index e317269..84d4f30 100644 --- a/tests/send.test +++ b/tests/send.test @@ -442,23 +442,14 @@ test send-10.8 {SendEventProc procedure, exceptional return} {secureserver tests "c\n-n tktest\n-r $id 62\n-s break\n" update testsend prop [winfo id .f] Comm -} { -r --s 62 --r --c 3 -} +} "\nr\n-s 62\n-r \n-c 3\n" test send-10.9 {SendEventProc procedure, empty return} {secureserver testsend} { testsend prop [winfo id .f] Comm {} testsend prop comm Comm \ "c\n-n tktest\n-r $id 62\n-s concat\n" update testsend prop [winfo id .f] Comm -} { -r --s 62 --r -} +} "\nr\n-s 62\n-r \n" test send-10.10 {SendEventProc procedure, asynchronous calls} {secureserver testsend} { testsend prop [winfo id .f] Comm {} testsend prop comm Comm \ |