mailr3548 - /1.3/test_suite/unit_tests/generic_fns/test_spin.py


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

Header


Content

Posted by edward on November 18, 2007 - 19:55:
Author: bugman
Date: Sun Nov 18 19:55:32 2007
New Revision: 3548

URL: http://svn.gna.org/viewcvs/relax?rev=3548&view=rev
Log:
And another comment fix (fixing the last fix).


Modified:
    1.3/test_suite/unit_tests/generic_fns/test_spin.py

Modified: 1.3/test_suite/unit_tests/generic_fns/test_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/generic_fns/test_spin.py?rev=3548&r1=3547&r2=3548&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/generic_fns/test_spin.py (original)
+++ 1.3/test_suite/unit_tests/generic_fns/test_spin.py Sun Nov 18 19:55:32 
2007
@@ -427,7 +427,7 @@
         # Rename all NHs.
         spin.rename(spin_id='@NH', new_name='N')
 
-        # Test the renaming of the NHs (and that the other spin have not 
changed).
+        # Test the renaming of the NHs (and that the other spins have not 
changed).
         
self.assertEqual(relax_data_store['orig'].mol[0].res[0].spin[0].name, 'C8')
         
self.assertEqual(relax_data_store['orig'].mol[0].res[0].spin[1].name, 'C19')
         
self.assertEqual(relax_data_store['orig'].mol[0].res[0].spin[2].name, 'C21')




Related Messages


Powered by MHonArc, Updated Sun Nov 18 20:00:12 2007