mailr27454 - /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 February 03, 2015 - 12:17:
Author: bugman
Date: Tue Feb  3 12:17:11 2015
New Revision: 27454

URL: http://svn.gna.org/viewcvs/relax?rev=27454&view=rev
Log:
Modified the GUI test suite _execute_uf() method.

This user function execution method now calls the user function GUI object 
Destroy() method to clean
up all GUI objects.  This should save memory for GUI objects in the GUI test 
suite.


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=27454&r1=27453&r2=27454&view=diff
==============================================================================
--- trunk/test_suite/gui_tests/base_classes.py  (original)
+++ trunk/test_suite/gui_tests/base_classes.py  Tue Feb  3 12:17:11 2015
@@ -130,6 +130,9 @@
 
         # Restore the synchronous or asynchronous operation of the user 
functions so the GUI can return to normal.
         status.gui_uf_force_sync = False
+
+        # Destroy the user function object.
+        uf.Destroy()
 
 
     def check_exceptions(self):




Related Messages


Powered by MHonArc, Updated Tue Feb 03 12:40:02 2015