mailr18227 - /trunk/test_suite/system_tests/pcs.py


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

Header


Content

Posted by edward on January 18, 2013 - 16:17:
Author: bugman
Date: Fri Jan 18 16:17:44 2013
New Revision: 18227

URL: http://svn.gna.org/viewcvs/relax?rev=18227&view=rev
Log:
Added some printouts to the Pcs.test_load_multi_col_data system test.


Modified:
    trunk/test_suite/system_tests/pcs.py

Modified: trunk/test_suite/system_tests/pcs.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/pcs.py?rev=18227&r1=18226&r2=18227&view=diff
==============================================================================
--- trunk/test_suite/system_tests/pcs.py (original)
+++ trunk/test_suite/system_tests/pcs.py Fri Jan 18 16:17:44 2013
@@ -64,7 +64,9 @@
         }
 
         # Check the PCS data.
+        print("\n")
         for spin, spin_id in spin_loop(return_id=True):
+            print("Checking the PCS data of spin '%s'." % spin_id)
             self.assert_(hasattr(spin, 'pcs'))
             self.assertEqual(spin.pcs['dy'], pcs_data[spin_id])
             self.assertEqual(spin.pcs_err['dy'], 0.1)




Related Messages


Powered by MHonArc, Updated Fri Jan 18 17:00:02 2013