mailr2471 - /1.2/test_suite/test_suite.py


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

Header


Content

Posted by edward on April 16, 2006 - 15:50:
Author: bugman
Date: Sun Apr 16 15:49:43 2006
New Revision: 2471

URL: http://svn.gna.org/viewcvs/relax?rev=2471&view=rev
Log:
Removed the text 'Test of ' from the front of each test in the summary of the 
test suite.


Modified:
    1.2/test_suite/test_suite.py

Modified: 1.2/test_suite/test_suite.py
URL: 
http://svn.gna.org/viewcvs/relax/1.2/test_suite/test_suite.py?rev=2471&r1=2470&r2=2471&view=diff
==============================================================================
--- 1.2/test_suite/test_suite.py (original)
+++ 1.2/test_suite/test_suite.py Sun Apr 16 15:49:43 2006
@@ -345,7 +345,7 @@
         """Function for printing the summary lines."""
 
         # Name.
-        sys.stdout.write("    Test of " + test.name + " ")
+        sys.stdout.write("    " + test.name + " ")
 
         # Dots.
         for j in xrange(76 - len(test.name)):




Related Messages


Powered by MHonArc, Updated Sun Apr 16 16:00:06 2006