Author: bugman
Date: Fri Jan  4 17:50:17 2008
New Revision: 4331

URL: http://svn.gna.org/viewcvs/relax?rev=4331&view=rev
Log:
The normal startTest() code is now run as well.


Modified:
    1.3/test_suite/relax_test_runner.py

Modified: 1.3/test_suite/relax_test_runner.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/relax_test_runner.py?rev=4331&r1=4330&r2=4331&view=diff
==============================================================================
--- 1.3/test_suite/relax_test_runner.py (original)
+++ 1.3/test_suite/relax_test_runner.py Fri Jan  4 17:50:17 2008
@@ -46,6 +46,9 @@
         self.capt_stdout = StringIO()
         sys.stdout = self.capt_stdout
 
+        # Execute the normal startTest method.
+        _TextTestResult.startTest(self, test)
+
 
     def stopTest(self, test):
         """Override of the TestResult.stopTest() method.


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to