* Fixed a variable name (from fname -> font_name as fname was not set!)

This commit is contained in:
markm 2007-10-12 14:42:13 +00:00
parent dd98d061ce
commit a19bf59351

@ -79,7 +79,6 @@ _font_attribs = [field[0] for field in win32structures.LOGFONTW._fields_]
def CompareToRefFontTest(windows):
"Compare the font to the font of the reference control"
bugs = []
for win in windows:
# if no reference then skip the control
@ -100,7 +99,7 @@ def CompareToRefFontTest(windows):
bugs.append((
[win, ],
{
"ValueType": fname,
"ValueType": font_attrib,
"Ref": unicode(ref_value),
"Loc": unicode(loc_value),
},