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)

success = [] # no success for now