mailr16338 - /branches/uf_redesign/test_suite/gui_tests/base_classes.py


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

Header


Content

Posted by edward on May 18, 2012 - 15:15:
Author: bugman
Date: Fri May 18 15:15:25 2012
New Revision: 16338

URL: http://svn.gna.org/viewcvs/relax?rev=16338&view=rev
Log:
Fix for the GUI test execute_uf() method - the user function page is now 
updated prior to execution.

This call to the user function page on_display() method allows the read only 
ComboBoxes to be filled
with the allowed values.  The subsequent SetValue() call will then choose the 
element from the list,
rather than having the element left to the value of None.


Modified:
    branches/uf_redesign/test_suite/gui_tests/base_classes.py

Modified: branches/uf_redesign/test_suite/gui_tests/base_classes.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/test_suite/gui_tests/base_classes.py?rev=16338&r1=16337&r2=16338&view=diff
==============================================================================
--- branches/uf_redesign/test_suite/gui_tests/base_classes.py (original)
+++ branches/uf_redesign/test_suite/gui_tests/base_classes.py Fri May 18 
15:15:25 2012
@@ -92,6 +92,9 @@
 
         # Create the page.
         uf_page = Uf_page(uf_name, parent=self._wizard)
+
+        # Update the user function page.
+        uf_page.on_display()
 
         # Set all the values.
         for key in kargs:




Related Messages


Powered by MHonArc, Updated Fri May 18 15:40:02 2012