From: Serhiy Storchaka Date: Tue, 10 Nov 2015 13:31:52 +0000 (+0200) Subject: Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test X-Git-Tag: v3.6.0a1~1088 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa02131adbf70971ecc07dc349ba64713bdbfe44;p=thirdparty%2FPython%2Fcpython.git 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. --- fa02131adbf70971ecc07dc349ba64713bdbfe44