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):


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to