mailr3176 - /1.3/test_suite/unit_tests/unit_test_runner.py


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

Header


Content

Posted by garyt on March 13, 2007 - 11:18:
Author: varioustoxins
Date: Tue Mar 13 11:17:40 2007
New Revision: 3176

URL: http://svn.gna.org/viewcvs/relax?rev=3176&view=rev
Log:
corrected lack of return from run function


Modified:
    1.3/test_suite/unit_tests/unit_test_runner.py

Modified: 1.3/test_suite/unit_tests/unit_test_runner.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/unit_test_runner.py?rev=3176&r1=3175&r2=3176&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/unit_test_runner.py (original)
+++ 1.3/test_suite/unit_tests/unit_test_runner.py Tue Mar 13 11:17:40 2007
@@ -812,7 +812,8 @@
             results=False
             result_string = 'Error no tests found'
 
-
+        #Return the result of all the tests.
+        return result_string
 #
 #        else:
 #        #iterate and load unit tests from module path
@@ -843,8 +844,7 @@
 #        # restore sys  path
 #        sys.path=backup_python_path
 #
-#        #Return the result of all the tests.
-#        return results_string
+
 #
 #    #def unit_test_module_path(self):
 




Related Messages


Powered by MHonArc, Updated Tue Mar 13 12:00:10 2007