diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-16 20:03:37 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-16 20:03:37 (GMT) |
commit | c5b9cd53fd9e807f139d017cfebc0a220a1a52d6 (patch) | |
tree | 7919dde9fd2b075d79539fdebb07129f0873e72c /tests/send.test | |
parent | 5c8108b53d8b7c0911d0328b575df59fdc8fe33f (diff) | |
parent | b0966ec52b2a3554f8285dd944844c78a4e6348f (diff) | |
download | tk-c5b9cd53fd9e807f139d017cfebc0a220a1a52d6.zip tk-c5b9cd53fd9e807f139d017cfebc0a220a1a52d6.tar.gz tk-c5b9cd53fd9e807f139d017cfebc0a220a1a52d6.tar.bz2 |
Merge 8.6
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 \ |