[Zope3-checkins] 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
ct at gocept.com
Tue Jul 14 13:10:49 EDT 2009
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>
More information about the Zope3-Checkins
mailing list