[svn r51087] add a note that skip-reporting is broken

after the branch-merge

--HG--
branch : trunk
This commit is contained in:
hpk 2008-01-27 22:33:30 +01:00
parent 194f5be88f
commit 6db9a3bd2e
1 changed files with 3 additions and 0 deletions

View File

@ -221,6 +221,9 @@ class AbstractReporter(object):
return host.hostid
def skips(self):
# XXX review and test below, fix too many lines of
# skips that happen in the same file/lineno
# (this is correct in py-dist)
texts = {}
for event in self.skipped_tests_outcome:
colitem = event.item