diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-07-08 20:24:37 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-07-08 20:24:37 (GMT) |
commit | 10a2957a7673270de54a5054fb8c9c31f5845237 (patch) | |
tree | df1e1255c706724d891af43eeaf60ea4b53ff1fc /tests/systray.test | |
parent | 365059dd56e66d2056e28432b1420bfe676c260b (diff) | |
download | tk-10a2957a7673270de54a5054fb8c9c31f5845237.zip tk-10a2957a7673270de54a5054fb8c9c31f5845237.tar.gz tk-10a2957a7673270de54a5054fb8c9c31f5845237.tar.bz2 |
[https://core.tcl-lang.org/tcl/tktview/0439e1e1a3|0439e1e1a3] can't -> cannot in all error-messagescore-bug-0439e1e1a3
Diffstat (limited to 'tests/systray.test')
-rw-r--r-- | tests/systray.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/systray.test b/tests/systray.test index a87e6ef..cec6a2f 100644 --- a/tests/systray.test +++ b/tests/systray.test @@ -143,7 +143,7 @@ test systray-14 {systray icon creation, create one per interp, visibiliy checks} tk systray destroy image delete _book interp delete second -} -returnCodes {error} -result {image "_book" doesn't exist} +} -returnCodes {error} -result {image "_book" does not exist} test systray-15 {systray icon creation, create one per interp} -setup { image create photo _book -data R0lGODlhDwAPAKIAAP//////AP8AAMDAwICAgAAAAAAAAAAAACwAAAAADwAPAAADSQhA2u5ksPeKABKSCaya29d4WKgERFF0l1IMQCAKatvBJ0OTdzzXI1xMB3TBZAvATtB6NSLKleXi3OBoLqrVgc0yv+DVSEUuFxIAOw== |