summaryrefslogtreecommitdiffstats
path: root/tests/ttk/checkbutton.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2018-01-07 15:09:45 (GMT)
committerfvogel <fvogelnew1@free.fr>2018-01-07 15:09:45 (GMT)
commitebce56c7d599756e76fa217c0d87d51367b66917 (patch)
treec590ee6c45f94a6aa653c79c7a01021bfade12bc /tests/ttk/checkbutton.test
parent3448da35684a8f1391c7750e7d0e020bf613478d (diff)
downloadtk-ebce56c7d599756e76fa217c0d87d51367b66917.zip
tk-ebce56c7d599756e76fa217c0d87d51367b66917.tar.gz
tk-ebce56c7d599756e76fa217c0d87d51367b66917.tar.bz2
Complement test checkbutton-1.8 so that it crashes now on checkbutton invoke again --> needs a further fix.
Diffstat (limited to 'tests/ttk/checkbutton.test')
-rw-r--r--tests/ttk/checkbutton.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ttk/checkbutton.test b/tests/ttk/checkbutton.test
index 362a872..f339b60 100644
--- a/tests/ttk/checkbutton.test
+++ b/tests/ttk/checkbutton.test
@@ -65,6 +65,9 @@ test checkbutton-1.7 "Button destroyed by click" -body {
test checkbutton-1.8 "Empty -variable" -body {
# shall simply not crash
ttk::checkbutton .cbev -variable {}
+ .cbev invoke
+} -cleanup {
+ destroy .cbev
} -result {.cbev}
tcltest::cleanupTests