mailr18418 - /trunk/test_suite/gui_tests/model_free.py


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

Header


Content

Posted by edward on February 05, 2013 - 09:04:
Author: bugman
Date: Tue Feb  5 09:04:16 2013
New Revision: 18418

URL: http://svn.gna.org/viewcvs/relax?rev=18418&view=rev
Log:
Added a global model print out to the Mf.test_bug_20479_gui_final_pipe GUI 
test.

This is to help identify where failures occur.


Modified:
    trunk/test_suite/gui_tests/model_free.py

Modified: trunk/test_suite/gui_tests/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/gui_tests/model_free.py?rev=18418&r1=18417&r2=18418&view=diff
==============================================================================
--- trunk/test_suite/gui_tests/model_free.py (original)
+++ trunk/test_suite/gui_tests/model_free.py Tue Feb  5 09:04:16 2013
@@ -166,6 +166,11 @@
 
         # Execute the 'local_tm', 'sphere' and 'final' protocol stages 
sequentially.
         for protocol in ['local_tm', 'sphere', 'final']:
+            # Print out.
+            text = "Sequential global model optimisation: %s" % protocol
+            char = "%"
+            print("\n\n\n\n%s\n%s %s %s\n%s\n\n\n" % (char*(len(text)+4), 
char, text, char, char*(len(text)+4)))
+
             # Set the protocol mode.
             if protocol == 'local_tm':
                 analysis.mode_win.select_local_tm()




Related Messages


Powered by MHonArc, Updated Tue Feb 05 10:00:02 2013