mailr3671 - /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:46:
Author: bugman
Date: Tue Nov 20 13:46:09 2007
New Revision: 3671

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

The test was named incorrectly.


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=3671&r1=3670&r2=3671&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:46:09 2007
@@ -208,7 +208,7 @@
             self.assertRaises(RelaxStrError, self.residue_fns.renumber, 
res_id=data[1])
 
 
-    def test_renumber_argfail_new_name(self):
+    def test_renumber_argfail_new_number(self):
         """Test the proper failure of the residue.renumber() user function 
for the new_number argument."""
 
         # Loop over the data types.




Related Messages


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