[Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/runner.py Copy/Paste error.

Lennart Regebro regebro at gmail.com
Thu Dec 10 08:53:44 EST 2009


Log message for revision 106392:
  Copy/Paste error.
  

Changed:
  U   zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/runner.py

-=-
Modified: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/runner.py
===================================================================
--- zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/runner.py	2009-12-10 13:48:22 UTC (rev 106391)
+++ zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/runner.py	2009-12-10 13:53:44 UTC (rev 106392)
@@ -461,7 +461,7 @@
             # Doing erriter.next().strip() confuses the 2to3 fixer, so
             # we need to do it on a separate line:
             next_fail = erriter.next()
-            failures.append((next_fail.next().strip(), None))
+            failures.append((next_fail.strip(), None))
         while nerr > 0:
             nerr -= 1
             # Doing erriter.next().strip() confuses the 2to3 fixer, so



More information about the Zope3-Checkins mailing list