Skip to content

Commit

Permalink
tune report look
Browse files Browse the repository at this point in the history
  • Loading branch information
Phlip committed Feb 20, 2010
1 parent 7e0c25e commit faf02c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_extensions/testrunners/xmloutput.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def stopTest(self, test):

for assertion in test._extraAssertions:
if not seen.has_key(assertion):
self._addAssertion(assertion[:110]) # :110 avoids tl;dr
self._addAssertion(assertion[:110]) # :110 avoids tl;dr TODO use a lexical truncator
seen[assertion] = True

self.stream.write('</testcase>')
Expand Down

0 comments on commit faf02c9

Please sign in to comment.