mailr26561 - /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:36:
Author: bugman
Date: Thu Nov 13 11:36:22 2014
New Revision: 26561

URL: http://svn.gna.org/viewcvs/relax?rev=26561&view=rev
Log:
Improved debugging printouts for the Noe.test_noe_analysis_memory_leaks GUI 
test.


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=26561&r1=26560&r2=26561&view=diff
==============================================================================
--- trunk/test_suite/gui_tests/noe.py   (original)
+++ trunk/test_suite/gui_tests/noe.py   Thu Nov 13 11:36:22 2014
@@ -179,10 +179,14 @@
         # 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))
+            print("\n\n\nCreating the analysis number %i." % (i+1))
 
             # Simulate the new analysis wizard.
             analysis = self.new_analysis_wizard(analysis_type='noe')
 
             # Close the analysis.
             self.app.gui.analysis.delete_analysis(0)
+
+            # Printout for debugging.
+            print("\n\nClosing the analysis number %i.\n\n\n" % (i+1))
+




Related Messages


Powered by MHonArc, Updated Thu Nov 13 12:00:02 2014