mailr17210 - /trunk/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 July 04, 2012 - 17:43:
Author: bugman
Date: Wed Jul  4 17:43:04 2012
New Revision: 17210

URL: http://svn.gna.org/viewcvs/relax?rev=17210&view=rev
Log:
Bug fix for the GUI tests on MS Windows.

The GuiTestCase._execute_uf() method now prevents the wizard from running 
when calling the GUI
user function by setting the wx_wizard_run argument to False.  This allows 
the wizard _ok() call to
function on Windows.


Modified:
    trunk/test_suite/gui_tests/base_classes.py

Modified: trunk/test_suite/gui_tests/base_classes.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/gui_tests/base_classes.py?rev=17210&r1=17209&r2=17210&view=diff
==============================================================================
--- trunk/test_suite/gui_tests/base_classes.py (original)
+++ trunk/test_suite/gui_tests/base_classes.py Wed Jul  4 17:43:04 2012
@@ -139,7 +139,7 @@
         status.gui_uf_force_sync = True
 
         # Call the GUI user function object with all keyword args, but do 
not execute the wizard.
-        uf(**kargs)
+        uf(wx_wizard_run=False, **kargs)
 
         # Execute the user function, by mimicking a click on 'ok'.
         uf.wizard._ok()




Related Messages


Powered by MHonArc, Updated Mon Jul 09 11:00:01 2012