mailr14603 - /1.3/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 September 06, 2011 - 19:39:
Author: bugman
Date: Tue Sep  6 19:39:28 2011
New Revision: 14603

URL: http://svn.gna.org/viewcvs/relax?rev=14603&view=rev
Log:
Bug fix for the Rx auto-analysis GUI test.

The read only spectrum ID combobox values should be set with 
SetStringSelection().


Modified:
    1.3/test_suite/gui_tests/rx.py

Modified: 1.3/test_suite/gui_tests/rx.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/gui_tests/rx.py?rev=14603&r1=14602&r2=14603&view=diff
==============================================================================
--- 1.3/test_suite/gui_tests/rx.py (original)
+++ 1.3/test_suite/gui_tests/rx.py Tue Sep  6 19:39:28 2011
@@ -200,7 +200,7 @@
             # Replicated spectra:
             if names[i] in replicated.keys():
                 page = 
analysis.wizard.get_page(analysis.page_indices['repl'])
-                
page.spectrum_id_boxes[1].SetValue(str_to_gui(replicated[names[i]]))
+                
page.spectrum_id_boxes[1].SetStringSelection(str_to_gui(replicated[names[i]]))
 
             # Go to the next page.
             analysis.wizard._go_next(None)




Related Messages


Powered by MHonArc, Updated Tue Sep 06 20:00:02 2011