mailr3672 - /1.3/test_suite/unit_tests/prompt/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 20, 2007 - 13:46:
Author: bugman
Date: Tue Nov 20 13:46:37 2007
New Revision: 3672

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

The test was named incorrectly.


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

Modified: 1.3/test_suite/unit_tests/prompt/test_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/prompt/test_spin.py?rev=3672&r1=3671&r2=3672&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/prompt/test_spin.py (original)
+++ 1.3/test_suite/unit_tests/prompt/test_spin.py Tue Nov 20 13:46:37 2007
@@ -208,7 +208,7 @@
             self.assertRaises(RelaxStrError, self.spin_fns.renumber, 
spin_id=data[1])
 
 
-    def test_renumber_argfail_new_name(self):
+    def test_renumber_argfail_new_number(self):
         """Test the proper failure of the spin.renumber() user function for 
the new_number argument."""
 
         # Loop over the data types.
@@ -219,8 +219,3 @@
 
             # The argument test.
             self.assertRaises(RelaxIntError, self.spin_fns.renumber, 
spin_id='@111', new_number=data[1])
-
-
-
-
-




Related Messages


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