mailr13745 - /branches/gui_testing/test_suite/gui_tests/rx.py


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

Header


Content

Posted by edward on July 19, 2011 - 17:27:
Author: bugman
Date: Tue Jul 19 17:27:06 2011
New Revision: 13745

URL: http://svn.gna.org/viewcvs/relax?rev=13745&view=rev
Log:
Set the number of MC sims in the Rx auto-analysis GUI test to 3 (previously 
it was 500!).


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

Modified: branches/gui_testing/test_suite/gui_tests/rx.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/test_suite/gui_tests/rx.py?rev=13745&r1=13744&r2=13745&view=diff
==============================================================================
--- branches/gui_testing/test_suite/gui_tests/rx.py (original)
+++ branches/gui_testing/test_suite/gui_tests/rx.py Tue Jul 19 17:27:06 2011
@@ -165,6 +165,9 @@
             # Go to the next page (i.e. finish).
             analysis.wizard._go_next(None)
 
+        # Set the number of MC sims.
+        analysis.mc_sim_num.SetValue(3)
+
         # Execute relax.
         analysis.execute(wx.CommandEvent(wx.wxEVT_COMMAND_BUTTON_CLICKED, 
analysis.button_exec_id))
 




Related Messages


Powered by MHonArc, Updated Tue Jul 19 18:00:02 2011