mailr13814 - /branches/gui_testing/test_suite/gui_tests/base_classes.py


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

Header


Content

Posted by edward on July 21, 2011 - 19:02:
Author: bugman
Date: Thu Jul 21 19:02:31 2011
New Revision: 13814

URL: http://svn.gna.org/viewcvs/relax?rev=13814&view=rev
Log:
The GUI test base class tearDown method now resets the observer objects.

This allows the GUI tests to function after the first.


Modified:
    branches/gui_testing/test_suite/gui_tests/base_classes.py

Modified: branches/gui_testing/test_suite/gui_tests/base_classes.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/test_suite/gui_tests/base_classes.py?rev=13814&r1=13813&r2=13814&view=diff
==============================================================================
--- branches/gui_testing/test_suite/gui_tests/base_classes.py (original)
+++ branches/gui_testing/test_suite/gui_tests/base_classes.py Thu Jul 21 
19:02:31 2011
@@ -125,6 +125,9 @@
         # Reset relax.
         reset()
 
+        # Reset the observers.
+        status._setup_observers()
+
         # Destroy the GUI.
         if hasattr(self, 'gui'):
             self.gui.Destroy()




Related Messages


Powered by MHonArc, Updated Thu Jul 21 19:20:02 2011