Issue #10734: Temporarily disable test_ttk test_heading_callback on 2.7 as well.

This commit is contained in:
Ned Deily 2011-07-03 21:37:03 -07:00
parent 9b6c60530b
commit 9a7a4cc3a7
1 changed files with 2 additions and 1 deletions

View File

@ -937,7 +937,8 @@ class TreeviewTest(unittest.TestCase):
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)