Fix typo in htmloutput sorting.
Fix a typo and bump the version number to prep for releasing this fix. Change-Id: Iabcb552d6b0aad8b665a4b825dd9e5434a5962f0
This commit is contained in:
parent
c7bd84dd31
commit
fe717883af
@ -600,7 +600,7 @@ class HtmlOutput(Plugin):
|
|||||||
if hasattr(test, 'test'):
|
if hasattr(test, 'test'):
|
||||||
cls = test.test.__class__
|
cls = test.test.__class__
|
||||||
else:
|
else:
|
||||||
cls = t.__class__
|
cls = test.__class__
|
||||||
if not rmap.has_key(cls):
|
if not rmap.has_key(cls):
|
||||||
rmap[cls] = []
|
rmap[cls] = []
|
||||||
classes.append(cls)
|
classes.append(cls)
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = '0.0.2'
|
__version__ = '0.0.3'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user