mailr26560 - /trunk/test_suite/gui_tests/noe.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on November 13, 2014 - 11:34:
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')
 




Related Messages


Powered by MHonArc, Updated Thu Nov 13 11:40:02 2014