mailr16410 - /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 23, 2012 - 09:44:
Author: bugman
Date: Wed May 23 09:44:09 2012
New Revision: 16410

URL: http://svn.gna.org/viewcvs/relax?rev=16410&view=rev
Log:
Removed the useless GUI interpreter flush() call in the GUI tests base 
_execute_uf() call.

This is not needed as the GUI user function calls are synchronous.  This cuts 
the GUI test
running time down by about 1/4!


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=16410&r1=16409&r2=16410&view=diff
==============================================================================
--- branches/uf_redesign/test_suite/gui_tests/base_classes.py (original)
+++ branches/uf_redesign/test_suite/gui_tests/base_classes.py Wed May 23 
09:44:09 2012
@@ -147,9 +147,6 @@
         # Execute the user function.
         uf_page.on_execute()
 
-        # Flush the interpreter to force synchronous user functions 
operation.
-        interpreter.flush()
-
 
     def check_exceptions(self):
         """Check that no exception has occurred."""




Related Messages


Powered by MHonArc, Updated Wed May 23 10:00:02 2012