mailr19799 - /branches/relax_disp/test_suite/gui_tests/relax_disp.py


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

Header


Content

Posted by edward on May 30, 2013 - 18:02:
Author: bugman
Date: Thu May 30 18:02:34 2013
New Revision: 19799

URL: http://svn.gna.org/viewcvs/relax?rev=19799&view=rev
Log:
The proper experiment type is now set for the 
Relax_disp.test_hansen_trunc_data GUI test.


Modified:
    branches/relax_disp/test_suite/gui_tests/relax_disp.py

Modified: branches/relax_disp/test_suite/gui_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/gui_tests/relax_disp.py?rev=19799&r1=19798&r2=19799&view=diff
==============================================================================
--- branches/relax_disp/test_suite/gui_tests/relax_disp.py (original)
+++ branches/relax_disp/test_suite/gui_tests/relax_disp.py Thu May 30 
18:02:34 2013
@@ -62,12 +62,13 @@
         data_path_500 = data_path + sep + '500_MHz' + sep
         data_path_800 = data_path + sep + '800_MHz' + sep
 
-        # Simulate the new analysis wizard.
+        # Simulate the new analysis wizard, selecting the fixed time CPMG 
experiment.
         self.app.gui.analysis.menu_new(None)
         page = self.app.gui.analysis.new_wizard.wizard.get_page(0)
         page.select_disp(None)
         self.app.gui.analysis.new_wizard.wizard._go_next(None)
         page = self.app.gui.analysis.new_wizard.wizard.get_page(1)
+        page.uf_args['exp_type'].SetValue(str_to_gui('cpmg fixed'))
         self.app.gui.analysis.new_wizard.wizard._go_next(None)
         self.app.gui.analysis.new_wizard.wizard._go_next(None)
 




Related Messages


Powered by MHonArc, Updated Thu May 30 19:00:01 2013