mailr3670 - /1.3/test_suite/unit_tests/prompt/test_residue.py


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

Header


Content

Posted by edward on November 20, 2007 - 13:45:
Author: bugman
Date: Tue Nov 20 13:45:32 2007
New Revision: 3670

URL: http://svn.gna.org/viewcvs/relax?rev=3670&view=rev
Log:
Implemented the new_number arg unit test for the residue.renumber() user 
function.


Modified:
    1.3/test_suite/unit_tests/prompt/test_residue.py

Modified: 1.3/test_suite/unit_tests/prompt/test_residue.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/prompt/test_residue.py?rev=3670&r1=3669&r2=3670&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/prompt/test_residue.py (original)
+++ 1.3/test_suite/unit_tests/prompt/test_residue.py Tue Nov 20 13:45:32 2007
@@ -209,7 +209,7 @@
 
 
     def test_renumber_argfail_new_name(self):
-        """Test the proper failure of the spin.renumber() user function for 
the new_number argument."""
+        """Test the proper failure of the residue.renumber() user function 
for the new_number argument."""
 
         # Loop over the data types.
         for data in return_data_types():
@@ -218,9 +218,4 @@
                 continue
 
             # The argument test.
-            self.assertRaises(RelaxIntError, self.spin_fns.renumber, 
spin_id='@111', new_number=data[1])
-
-
-
-
-
+            self.assertRaises(RelaxIntError, self.residue_fns.renumber, 
res_id=':1', new_number=data[1])




Related Messages


Powered by MHonArc, Updated Tue Nov 20 14:00:18 2007