Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 10 Nov 2015 13:31:38 +0000 (15:31 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 10 Nov 2015 13:31:38 +0000 (15:31 +0200)
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.


Trivial merge