cpython: f647a2c5f290 (original) (raw)

Mercurial > cpython

changeset 86840:f647a2c5f290

Issue #10734: Fix and re-enable test_ttk test_heading_callback. [#10734]

Serhiy Storchaka storchaka@gmail.com
date Sat, 02 Nov 2013 10:54:58 +0200
parents e92bba5b53db(current diff)a58fce53e873(diff)
children cee56ef59a6a
files
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)

success = [] # no success for now