mailr5553 - /1.3/test_suite/unit_tests/_prompt/test_structure.py


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

Header


Content

Posted by edward on April 10, 2008 - 16:24:
Author: bugman
Date: Thu Apr 10 16:24:47 2008
New Revision: 5553

URL: http://svn.gna.org/viewcvs/relax?rev=5553&view=rev
Log:
Bug fix in the force arg test of the structure.create_diff_tensor_pdb() user 
function.

RelaxBoolError should be raised.


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

Modified: 1.3/test_suite/unit_tests/_prompt/test_structure.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_prompt/test_structure.py?rev=5553&r1=5552&r2=5553&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_prompt/test_structure.py (original)
+++ 1.3/test_suite/unit_tests/_prompt/test_structure.py Thu Apr 10 16:24:47 
2008
@@ -90,7 +90,7 @@
                 continue
 
             # The argument test.
-            self.assertRaises(RelaxBinError, 
self.structure_fns.create_diff_tensor_pdb, force=data[1])
+            self.assertRaises(RelaxBoolError, 
self.structure_fns.create_diff_tensor_pdb, force=data[1])
 
 
     def test_create_vector_dist_argfail_length(self):




Related Messages


Powered by MHonArc, Updated Thu Apr 10 16:40:11 2008