mailr5848 - /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 20, 2008 - 17:09:
Author: bugman
Date: Sun Apr 20 17:09:08 2008
New Revision: 5848

URL: http://svn.gna.org/viewcvs/relax?rev=5848&view=rev
Log:
Removed the heteronuc arg test of the structure.vectors() user function.

This argument is no longer present.


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=5848&r1=5847&r2=5848&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_prompt/test_structure.py (original)
+++ 1.3/test_suite/unit_tests/_prompt/test_structure.py Sun Apr 20 17:09:08 
2008
@@ -223,19 +223,6 @@
             self.assertRaises(RelaxStrError, self.structure_fns.read_pdb, 
parser=data[1])
 
 
-    def test_vectors_argfail_heteronuc(self):
-        """The heteronuc arg test of the structure.vectors() user 
function."""
-
-        # Loop over the data types.
-        for data in DATA_TYPES:
-            # Catch the str arguments, and skip them.
-            if data[0] == 'str':
-                continue
-
-            # The argument test.
-            self.assertRaises(RelaxStrError, self.structure_fns.vectors, 
heteronuc=data[1])
-
-
     def test_vectors_argfail_proton(self):
         """The proton arg test of the structure.vectors() user function."""
 




Related Messages


Powered by MHonArc, Updated Sun Apr 20 17:20:16 2008