projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
c379ade
40fe35a
)
Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test
author
Serhiy Storchaka
<storchaka@gmail.com>
Tue, 10 Nov 2015 13:31:38 +0000
(15:31 +0200)
committer
Serhiy 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