summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2020-11-11 14:25:16 (GMT)
committerfvogel <fvogelnew1@free.fr>2020-11-11 14:25:16 (GMT)
commit2d79a0c7eb679d5738889120c013175303ac6a9f (patch)
treec655c1ec9af81912298b40f261128476eac14f62 /tests
parentcf6f3b62bcd1ed204889b54dd7275a5a57efef66 (diff)
downloadtk-2d79a0c7eb679d5738889120c013175303ac6a9f.zip
tk-2d79a0c7eb679d5738889120c013175303ac6a9f.tar.gz
tk-2d79a0c7eb679d5738889120c013175303ac6a9f.tar.bz2
Fix typo in test case, as revealed by the better error checking introduced by the previous commit.
Diffstat (limited to 'tests')
-rw-r--r--tests/systray.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/systray.test b/tests/systray.test
index fb74991..f12fa08 100644
--- a/tests/systray.test
+++ b/tests/systray.test
@@ -30,7 +30,7 @@ test systray-3 {systray icon parameters modification} -setup {
tk systray modify image _page
tk systray modify text "Another text for my icon"
tk systray modify b1_callback {set a 1}
- tk systray modify b2_callback {set b 2}
+ tk systray modify b3_callback {set b 2}
} -cleanup {
tk systray destroy
image delete _book