diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-11-01 13:35:37 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-11-01 13:35:37 (GMT) |
commit | 2e905a7d2f59d4cb965071ba541abf27cce68113 (patch) | |
tree | dfe3c99ffe8cb1932b0e5449372570843676e687 /tests/menu.test | |
parent | 2db0fc1f272bdf6c7def75ab50a92ae055a79181 (diff) | |
download | tk-2e905a7d2f59d4cb965071ba541abf27cce68113.zip tk-2e905a7d2f59d4cb965071ba541abf27cce68113.tar.gz tk-2e905a7d2f59d4cb965071ba541abf27cce68113.tar.bz2 |
Remove test-cases added [ac48fb2d729f3994|here]: This test-case gives different results in 8.6, which are fixed in 8.7
Diffstat (limited to 'tests/menu.test')
-rw-r--r-- | tests/menu.test | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/menu.test b/tests/menu.test index 3a55a4c..ec78087 100644 --- a/tests/menu.test +++ b/tests/menu.test @@ -1850,14 +1850,6 @@ test menu-3.70 {MenuWidgetCmd procedure, "xposition" option} -setup { } -cleanup { destroy .m1 } -result {} -test menu-3.71 {MenuWidgetCmd procedure, "index end" option, bug [f3cd942e9e]} -setup { - destroy .m1 -} -body { - menu .m1 - .m1 index "end" -} -cleanup { - destroy .m1 -} -result none test menu-4.1 {TkInvokeMenu: disabled} -setup { |