Show More
@@ -1526,7 +1526,7 b' class TextTestRunner(unittest.TextTestRu' | |||
|
1526 | 1526 | t.setAttribute('name', tc.name) |
|
1527 | 1527 | t.setAttribute('time', '%.3f' % timesd[tc.name]) |
|
1528 | 1528 | s.appendChild(t) |
|
1529 |
for tc, err in sorted(result.faildata. |
|
|
1529 | for tc, err in sorted(result.faildata.items()): | |
|
1530 | 1530 | t = doc.createElement('testcase') |
|
1531 | 1531 | t.setAttribute('name', tc) |
|
1532 | 1532 | t.setAttribute('time', '%.3f' % timesd[tc]) |
General Comments 0
You need to be logged in to leave comments.
Login now