mailr22795 - /trunk/test_suite/test_suite_runner.py


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

Header


Content

Posted by edward on April 16, 2014 - 19:36:
Author: bugman
Date: Wed Apr 16 19:36:24 2014
New Revision: 22795

URL: http://svn.gna.org/viewcvs/relax?rev=22795&view=rev
Log:
Updated the text for the software verification tests in the test suite.


Modified:
    trunk/test_suite/test_suite_runner.py

Modified: trunk/test_suite/test_suite_runner.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/test_suite_runner.py?rev=22795&r1=22794&r2=22795&view=diff
==============================================================================
--- trunk/test_suite/test_suite_runner.py       (original)
+++ trunk/test_suite/test_suite_runner.py       Wed Apr 16 19:36:24 2014
@@ -200,7 +200,7 @@
         """
 
         # Print a header.
-        title(file=sys.stdout, text='Verification tests')
+        title(file=sys.stdout, text='Software verification tests')
 
         # Run the tests.
         verification_runner = Verification_test_runner()
@@ -237,7 +237,7 @@
 
         # Verification test summary.
         if hasattr(self, 'verification_result'):
-            summary_line("Verification tests", self.verification_result)
+            summary_line("Software verification tests", 
self.verification_result)
 
         # Synopsis.
         if hasattr(self, 'system_result') and hasattr(self, 'unit_result') 
and hasattr(self, 'gui_result') and hasattr(self, 'verification_result'):




Related Messages


Powered by MHonArc, Updated Wed Apr 16 20:00:03 2014