mailr14711 - in /1.3/test_suite/gui_tests: model_free.py noe.py


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

Header


Content

Posted by edward on September 20, 2011 - 11:26:
Author: bugman
Date: Tue Sep 20 11:26:34 2011
New Revision: 14711

URL: http://svn.gna.org/viewcvs/relax?rev=14711&view=rev
Log:
The testing of the various GUI windows for race conditions now occurs in the 
NOE GUI test.

This should significantly speed up the model-free auto-analysis GUI test.


Modified:
    1.3/test_suite/gui_tests/model_free.py
    1.3/test_suite/gui_tests/noe.py

Modified: 1.3/test_suite/gui_tests/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/gui_tests/model_free.py?rev=14711&r1=14710&r2=14711&view=diff
==============================================================================
--- 1.3/test_suite/gui_tests/model_free.py (original)
+++ 1.3/test_suite/gui_tests/model_free.py Tue Sep 20 11:26:34 2011
@@ -44,11 +44,6 @@
 
     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)

Modified: 1.3/test_suite/gui_tests/noe.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/gui_tests/noe.py?rev=14711&r1=14710&r2=14711&view=diff
==============================================================================
--- 1.3/test_suite/gui_tests/noe.py (original)
+++ 1.3/test_suite/gui_tests/noe.py Tue Sep 20 11:26:34 2011
@@ -43,6 +43,11 @@
 
     def test_noe_analysis(self):
         """Test the NOE 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 Tue Sep 20 12:20:02 2011