[Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/testrunner-colors.txt Added the new blankline that comes at the end of this test now, as Python 3's doctest seems to have trouble with not having a linefeed at the end of prints, and inserts one anyway.

Lennart Regebro regebro at gmail.com
Mon Dec 14 08:46:38 EST 2009


Log message for revision 106484:
  Added the new blankline that comes at the end of this test now, as Python 3's doctest seems to have trouble with not having a linefeed at the end of prints, and inserts one anyway.
  

Changed:
  U   zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/testrunner-colors.txt

-=-
Modified: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/testrunner-colors.txt
===================================================================
--- zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/testrunner-colors.txt	2009-12-14 13:38:33 UTC (rev 106483)
+++ zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/testrunner-colors.txt	2009-12-14 13:46:37 UTC (rev 106484)
@@ -206,12 +206,13 @@
     {green}    to save, and faithfully, to defend from waste,{normal}
     {green}    the natural resources of my planet.{normal}
     {green}    It's soils, minerals, forests, waters, and wildlife.{normal}
-     <BLANKLINE>
+    {green}    <BLANKLINE>{normal}
     Got:
     {red}    I give my pledge, as and earthling,{normal}
     {red}    to save, and faithfully, to defend from waste,{normal}
     {red}    the natural resources of my planet.{normal}
     {red}    It's soils, minerals, forests, waters, and wildlife.{normal}
+    {red}    <BLANKLINE>{normal}
     <BLANKLINE>
     {normal}  Ran {green}1{normal} tests with {boldred}1{normal} failures and {green}0{normal} errors in {green}0.002{normal} seconds.{normal}
     {normal}Tearing down left over layers:{normal}
@@ -241,6 +242,7 @@
     {normal}      to save, and faithfully, to defend from waste,{normal}
     {normal}      the natural resources of my planet.{normal}
     {normal}      It's soils, minerals, forests, waters, and wildlife.{normal}
+    {normal}      <BLANKLINE>{normal}
     <BLANKLINE>
     {normal}  Ran {green}1{normal} tests with {boldred}1{normal} failures and {green}0{normal} errors in {green}0.003{normal} seconds.{normal}
     {normal}Tearing down left over layers:{normal}



More information about the Zope3-Checkins mailing list