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))
+
_______________________________________________
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