mailr3918 - /1.3/test_suite/unit_tests/_prompt/test_diffusion_tensor.py


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

Header


Content

Posted by edward on November 25, 2007 - 17:37:
Author: bugman
Date: Sun Nov 25 17:37:00 2007
New Revision: 3918

URL: http://svn.gna.org/viewcvs/relax?rev=3918&view=rev
Log:
Another fix for the params arg unit test for the diffusion_tensor.init() user 
function.


Modified:
    1.3/test_suite/unit_tests/_prompt/test_diffusion_tensor.py

Modified: 1.3/test_suite/unit_tests/_prompt/test_diffusion_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_prompt/test_diffusion_tensor.py?rev=3918&r1=3917&r2=3918&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_prompt/test_diffusion_tensor.py (original)
+++ 1.3/test_suite/unit_tests/_prompt/test_diffusion_tensor.py Sun Nov 25 
17:37:00 2007
@@ -93,6 +93,10 @@
                 elif data[0] != 'float tuple':
                     self.assertRaises(RelaxNumTupleError, 
self.diffusion_tensor_fns.init, params=data[1])
 
+            # The argument test.
+            else:
+                self.assertRaises(RelaxNumTupleError, 
self.diffusion_tensor_fns.init, params=data[1])
+
 
     def test_init_argfail_time_scale(self):
         """The time_scale arg test of the diffusion_tensor.init() user 
function."""




Related Messages


Powered by MHonArc, Updated Sun Nov 25 17:40:11 2007