cpython: a58fce53e873 (original) (raw)
Mercurial > cpython
changeset 86839:a58fce53e873 3.3
Issue #10734: Fix and re-enable test_ttk test_heading_callback. [#10734]
Serhiy Storchaka storchaka@gmail.com | |
---|---|
date | Sat, 02 Nov 2013 10:54:31 +0200 |
parents | 92e268f2719e |
children | f647a2c5f290 b77c1a19028e |
files | Lib/tkinter/test/test_ttk/test_widgets.py |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-)[+] [-] Lib/tkinter/test/test_ttk/test_widgets.py 4 |
line wrap: on
line diff
--- a/Lib/tkinter/test/test_ttk/test_widgets.py +++ b/Lib/tkinter/test/test_ttk/test_widgets.py @@ -1369,12 +1369,10 @@ class TreeviewTest(AbstractWidgetTest, u self.assertRaises(tkinter.TclError, self.tv.heading, '#0', anchor=1)
XXX skipping for now; should be fixed to work with newer ttk
- @unittest.skip("skipping pending resolution of Issue #10734") def test_heading_callback(self): def simulate_heading_click(x, y): support.simulate_mouse_click(self.tv, x, y)
self.tv.update_idletasks()[](#l1.12)
self.tv.update()[](#l1.13)