]> granicus.if.org Git - python/commit
Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 10 Nov 2015 13:32:54 +0000 (15:32 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 10 Nov 2015 13:32:54 +0000 (15:32 +0200)
commitf64ccb9acf7e5a56ae6d82f1313581995f8b69ec
tree2c3e0cec2809d10e1f3f7e516d7a6f8aed372205
parentd0ee226396cce355b36566ffffcb49ccaa922248
Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test
failure when the test is ran the second time.

The root attribute was set in parent class in setUpClass and then
overridded in child class in tearDownClass.
Lib/lib-tk/test/test_tkinter/test_font.py
Lib/lib-tk/test/test_ttk/support.py