diff options
author | fvogel <fvogelnew1@free.fr> | 2020-11-12 22:30:49 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2020-11-12 22:30:49 (GMT) |
commit | 3149571ea93b544e4ca37eeda38c04a3c256ed12 (patch) | |
tree | dfb211538c066deae8b3b21b54ffc52ad7fb0f44 /tests/systray.test | |
parent | 8528977aba01506000d3c762454f1794abef0a48 (diff) | |
download | tk-3149571ea93b544e4ca37eeda38c04a3c256ed12.zip tk-3149571ea93b544e4ca37eeda38c04a3c256ed12.tar.gz tk-3149571ea93b544e4ca37eeda38c04a3c256ed12.tar.bz2 |
Remove one test
Diffstat (limited to 'tests/systray.test')
-rw-r--r-- | tests/systray.test | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/systray.test b/tests/systray.test index bc62a3f..156844b 100644 --- a/tests/systray.test +++ b/tests/systray.test @@ -111,22 +111,6 @@ test systray-12 {systray icon creation, attempt to create more than one in an in image delete _book } -returnCodes {error} -result {only one system tray icon supported per interpeter} -test systray-13 {systray icon creation, create one per interp} -setup { - image create photo _book -data R0lGODlhDwAPAKIAAP//////AP8AAMDAwICAgAAAAAAAAAAAACwAAAAADwAPAAADSQhA2u5ksPeKABKSCaya29d4WKgERFF0l1IMQCAKatvBJ0OTdzzXI1xMB3TBZAvATtB6NSLKleXi3OBoLqrVgc0yv+DVSEUuFxIAOw== -} -body { - tk systray create -image _book - interp create childInterp - childInterp eval { - package require Tk - image create photo _page -data R0lGODlhCwAPAKIAAP//////AMDAwICAgAAA/wAAAAAAAAAAACwAAAAACwAPAAADMzi6CzAugiAgDGE68aB0RXgRJBFVX0SNpQlUWfahQOvSsgrX7eZJMlQMWBEYj8iQchlKAAA7 - tk systray create -image page - } -} -cleanup { - tk systray destroy - image delete _book - interp delete childInterp -} -result {} - test sysnotify-1 {system notification popup} -setup { image create photo _book -data R0lGODlhDwAPAKIAAP//////AP8AAMDAwICAgAAAAAAAAAAAACwAAAAADwAPAAADSQhA2u5ksPeKABKSCaya29d4WKgERFF0l1IMQCAKatvBJ0OTdzzXI1xMB3TBZAvATtB6NSLKleXi3OBoLqrVgc0yv+DVSEUuFxIAOw== |