mailr14791 - /1.3/test_suite/relax_test_runner.py


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

Header


Content

Posted by edward on October 05, 2011 - 16:05:
Author: bugman
Date: Wed Oct  5 16:05:40 2011
New Revision: 14791

URL: http://svn.gna.org/viewcvs/relax?rev=14791&view=rev
Log:
Fix for the GuiTestResult class with the restoration of IO redirection.

The RelaxTestResult.stopTest() method is now actually called instead of the
TextTestResult.stopTest() method.


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=14791&r1=14790&r2=14791&view=diff
==============================================================================
--- 1.3/test_suite/relax_test_runner.py (original)
+++ 1.3/test_suite/relax_test_runner.py Wed Oct  5 16:05:40 2011
@@ -111,7 +111,7 @@
         """
 
         # Execute the RelaxTestResult.stopTest() method.
-        super(RelaxTestResult, self).stopTest(test)
+        super(GuiTestResult, self).stopTest(test)
 
         # Yield to allow the GUI to be updated.
         wx.GetApp().Yield(True)




Related Messages


Powered by MHonArc, Updated Wed Oct 05 18:20:02 2011