Author: bugman
Date: Thu Nov 13 11:34:01 2014
New Revision: 26560

URL: http://svn.gna.org/viewcvs/relax?rev=26560&view=rev
Log:
Added a printout to the Noe.test_noe_analysis_memory_leaks GUI test to help 
with debugging.


Modified:
    trunk/test_suite/gui_tests/noe.py

Modified: trunk/test_suite/gui_tests/noe.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/gui_tests/noe.py?rev=26560&r1=26559&r2=26560&view=diff
==============================================================================
--- trunk/test_suite/gui_tests/noe.py   (original)
+++ trunk/test_suite/gui_tests/noe.py   Thu Nov 13 11:34:01 2014
@@ -178,6 +178,9 @@
 
         # A large loop (to try to reach the USER Object limit in MS Windows).
         for i in range(1000):
+            # Printout for debugging.
+            print("Creating and closing the analysis tab %i" % (i+1))
+
             # Simulate the new analysis wizard.
             analysis = self.new_analysis_wizard(analysis_type='noe')
 


_______________________________________________
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