SVN: zope.testing/trunk/src/zope/testing/testrunner/testrunner-colors.txt Missed an occurance where new output is generated after the last checkin (for
Christian Theune <[email protected]>
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <20090714171049.A5FEB941D0__13684.94597632$1247591459$gmane$org@cvs.zope.org> |
Log message for revision 101913:
Missed an occurance where new output is generated after the last checkin (for
some reason Python 2.5.2 didn't produce this but 2.5.4 did).
Changed:
U zope.testing/trunk/src/zope/testing/testrunner/testrunner-colors.txt
-=-
Modified: zope.testing/trunk/src/zope/testing/testrunner/testrunner-colors.txt
===================================================================
--- zope.testing/trunk/src/zope/testing/testrunner/testrunner-colors.txt 2009-07-14 17:08:28 UTC (rev 101912)
+++ zope.testing/trunk/src/zope/testing/testrunner/testrunner-colors.txt 2009-07-14 17:10:49 UTC (rev 101913)
@@ -138,6 +138,7 @@
{cyan} g(){normal}
{normal} File "{boldblue}testrunner-ex/sample2/sampletests_e.py{normal}", line {boldred}24{normal}, in {boldcyan}g{normal}
{cyan} x = y + 1{normal}
+ {red} - __traceback_info__: I don't know what Y should be.{normal}
{red}NameError: global name 'y' is not defined{normal}
<BLANKLINE>
<BLANKLINE>