mailr14231 - /branches/gui_testing/test_suite/gui_tests/model_free.py


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

Header


Content

Posted by edward on August 06, 2011 - 23:09:
Author: bugman
Date: Sat Aug  6 23:09:14 2011
New Revision: 14231

URL: http://svn.gna.org/viewcvs/relax?rev=14231&view=rev
Log:
The model-free auto-analysis GUI test now initialises all windows at the 
start.

This is to try to catch races.


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

Modified: branches/gui_testing/test_suite/gui_tests/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/test_suite/gui_tests/model_free.py?rev=14231&r1=14230&r2=14231&view=diff
==============================================================================
--- branches/gui_testing/test_suite/gui_tests/model_free.py (original)
+++ branches/gui_testing/test_suite/gui_tests/model_free.py Sat Aug  6 
23:09:14 2011
@@ -44,6 +44,11 @@
 
     def test_mf_auto_analysis(self):
         """Test the model-free auto-analysis."""
+
+        # Initialise all the special windows (to sometimes catch rare race 
conditions).
+        self.gui.show_prompt(None)
+        self.gui.show_tree(None)
+        self.gui.show_pipe_editor(None)
 
         # Simulate the new analysis wizard.
         self.gui.analysis.menu_new(None)




Related Messages


Powered by MHonArc, Updated Sun Aug 07 11:00:01 2011