mailr11826 - /1.3/test_suite/system_tests/scripts/model_free/bug_14941_local_tm_global_selection.py


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

Header


Content

Posted by edward on December 15, 2010 - 01:33:
Author: bugman
Date: Wed Dec 15 01:33:13 2010
New Revision: 11826

URL: http://svn.gna.org/viewcvs/relax?rev=11826&view=rev
Log:
The Mf.bug_14941_local_tm_global_selection system test now prints out some 
status info.

This is to test the status container.


Modified:
    
1.3/test_suite/system_tests/scripts/model_free/bug_14941_local_tm_global_selection.py

Modified: 
1.3/test_suite/system_tests/scripts/model_free/bug_14941_local_tm_global_selection.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/model_free/bug_14941_local_tm_global_selection.py?rev=11826&r1=11825&r2=11826&view=diff
==============================================================================
--- 
1.3/test_suite/system_tests/scripts/model_free/bug_14941_local_tm_global_selection.py
 (original)
+++ 
1.3/test_suite/system_tests/scripts/model_free/bug_14941_local_tm_global_selection.py
 Wed Dec 15 01:33:13 2010
@@ -9,6 +9,14 @@
 from os import sep
 import sys
 
+# relax module imports.
+from status import Status
+
+
+# The status.
+status = Status()
+print("Locker: %s" % status.exec_lock._name)
+print("Locking status: %s" % status.exec_lock.locked())
 
 # Path of the files.
 path = __main__.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'model_free'+sep+'bug_14941_local_tm_global_selection'
@@ -30,3 +38,6 @@
 monte_carlo.create_data(method='back_calc')
 monte_carlo.initial_values()
 
+# The status.
+print("Locker: %s" % status.exec_lock._name)
+print("Locking status: %s" % status.exec_lock.locked())




Related Messages


Powered by MHonArc, Updated Wed Dec 15 01:40:02 2010