diff options
author | fvogel <fvogelnew1@free.fr> | 2018-01-07 15:18:35 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2018-01-07 15:18:35 (GMT) |
commit | 842320a0efdc9f6638f94b5ddd7ce19434dad9b8 (patch) | |
tree | 625f27f8802f40b28008286403ffb75fe819de76 /tests/ttk | |
parent | 180082f16d71ef34485bbaad9c846b2329b08dd7 (diff) | |
download | tk-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.test | 2 |
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 |