mailr12127 - /1.3/test_suite/formatting.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on January 04, 2011 - 12:10:
Author: bugman
Date: Tue Jan  4 12:10:35 2011
New Revision: 12127

URL: http://svn.gna.org/viewcvs/relax?rev=12127&view=rev
Log:
Shortened the test suite formatting.summary_line() default length.


Modified:
    1.3/test_suite/formatting.py

Modified: 1.3/test_suite/formatting.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/formatting.py?rev=12127&r1=12126&r2=12127&view=diff
==============================================================================
--- 1.3/test_suite/formatting.py (original)
+++ 1.3/test_suite/formatting.py Tue Jan  4 12:10:35 2011
@@ -47,7 +47,7 @@
     sys.stdout.write("\n\n\n")
 
 
-def summary_line(name, passed, width=84):
+def summary_line(name, passed, width=64):
     """Print a summary line.
 
     @param name:    The name of the test, test category, etc.




Related Messages


Powered by MHonArc, Updated Tue Jan 04 12:20:02 2011