mailr22244 - /trunk/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 February 21, 2014 - 17:29:
Author: bugman
Date: Fri Feb 21 17:29:11 2014
New Revision: 22244

URL: http://svn.gna.org/viewcvs/relax?rev=22244&view=rev
Log:
Minor fix for the Relax_disp.test_bug_21076_multi_col_peak_list system test.

The spectrum ID argument ['auto'] has been changed to the single value of 
'auto'.  This argument
should not be a list.


Modified:
    trunk/test_suite/gui_tests/relax_disp.py

Modified: trunk/test_suite/gui_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/gui_tests/relax_disp.py?rev=22244&r1=22243&r2=22244&view=diff
==============================================================================
--- trunk/test_suite/gui_tests/relax_disp.py (original)
+++ trunk/test_suite/gui_tests/relax_disp.py Fri Feb 21 17:29:11 2014
@@ -182,7 +182,7 @@
         # The spectrum, where the use of Keyword auto will auto-assign 
spectra Z_A{i}.
         page = wizard.get_page(wizard.page_indices['read'])
         
page.uf_args['file'].SetValue(str_to_gui("%sfolded_sparky_corr_final_max_standard_trunc.ser"
 % data_path))
-        page.uf_args['spectrum_id'].SetValue(['auto'])
+        page.uf_args['spectrum_id'].SetValue('auto')
         wizard._go_next(None)
 
         # The error type window.




Related Messages


Powered by MHonArc, Updated Fri Feb 21 17:40:03 2014