mailr14581 - /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 02, 2011 - 17:32:
Author: bugman
Date: Fri Sep  2 17:32:23 2011
New Revision: 14581

URL: http://svn.gna.org/viewcvs/relax?rev=14581&view=rev
Log:
Fix for the Rx auto-analysis GUI test for the changes to the 
spectrum.replicated user function GUI page.


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=14581&r1=14580&r2=14581&view=diff
==============================================================================
--- 1.3/test_suite/gui_tests/rx.py (original)
+++ 1.3/test_suite/gui_tests/rx.py Fri Sep  2 17:32:23 2011
@@ -200,7 +200,7 @@
             # Replicated spectra:
             if names[i] in replicated.keys():
                 page = 
analysis.wizard.get_page(analysis.page_indices['repl'])
-                page.spectrum_id2.SetValue(str_to_gui(replicated[names[i]]))
+                
page.spectrum_id_boxes[1].SetValue(str_to_gui(replicated[names[i]]))
 
             # Go to the next page.
             analysis.wizard._go_next(None)




Related Messages


Powered by MHonArc, Updated Mon Sep 05 13:20:02 2011