summaryrefslogtreecommitdiffstats
path: root/tests/ttk
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2018-01-07 15:18:35 (GMT)
committerfvogel <fvogelnew1@free.fr>2018-01-07 15:18:35 (GMT)
commit842320a0efdc9f6638f94b5ddd7ce19434dad9b8 (patch)
tree625f27f8802f40b28008286403ffb75fe819de76 /tests/ttk
parent180082f16d71ef34485bbaad9c846b2329b08dd7 (diff)
downloadtk-842320a0efdc9f6638f94b5ddd7ce19434dad9b8.zip
tk-842320a0efdc9f6638f94b5ddd7ce19434dad9b8.tar.gz
tk-842320a0efdc9f6638f94b5ddd7ce19434dad9b8.tar.bz2
Adapt test result for checkbutton-1.8 following addition of the invoke command on the checkbutton
Diffstat (limited to 'tests/ttk')
-rw-r--r--tests/ttk/checkbutton.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ttk/checkbutton.test b/tests/ttk/checkbutton.test
index f339b60..15d365f 100644
--- a/tests/ttk/checkbutton.test
+++ b/tests/ttk/checkbutton.test
@@ -68,6 +68,6 @@ test checkbutton-1.8 "Empty -variable" -body {
.cbev invoke
} -cleanup {
destroy .cbev
-} -result {.cbev}
+} -result {}
tcltest::cleanupTests