[py-svn] r51087 - py/trunk/py/test
hpk at codespeak.net
hpk at codespeak.net
Sun Jan 27 22:33:31 CET 2008
Author: hpk
Date: Sun Jan 27 22:33:30 2008
New Revision: 51087
Modified:
py/trunk/py/test/reporter.py
Log:
add a note that skip-reporting is broken
after the branch-merge
Modified: py/trunk/py/test/reporter.py
==============================================================================
--- py/trunk/py/test/reporter.py (original)
+++ py/trunk/py/test/reporter.py Sun Jan 27 22:33:30 2008
@@ -221,6 +221,9 @@
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
More information about the py-svn
mailing list