mailr16349 - /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 - 17:39:
Author: bugman
Date: Fri May 18 17:39:53 2012
New Revision: 16349

URL: http://svn.gna.org/viewcvs/relax?rev=16349&view=rev
Log:
The GUI tests base execute_uf() method now runs all user functions in 
synchronous mode.

In combination with the previous gui_raise() change, this allows the GUI 
tests to actually fail when
a RelaxError occurs.


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=16349&r1=16348&r2=16349&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 
17:39:53 2012
@@ -92,7 +92,7 @@
             self._wizard = Wiz_window(self.app.gui)
 
         # Create the page.
-        uf_page = Uf_page(uf_name, parent=self._wizard)
+        uf_page = Uf_page(uf_name, parent=self._wizard, sync=True)
 
         # Update the user function page.
         uf_page.on_display()




Related Messages


Powered by MHonArc, Updated Fri May 18 18:20:02 2012