mailr3406 - /1.3/test_suite/unit_tests/generic_fns/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 04, 2007 - 14:39:
Author: bugman
Date: Sun Nov  4 14:39:34 2007
New Revision: 3406

URL: http://svn.gna.org/viewcvs/relax?rev=3406&view=rev
Log:
Fixed a typo in the docstrings of the unit tests for the generic_fns.residue 
functions.


Modified:
    1.3/test_suite/unit_tests/generic_fns/test_residue.py

Modified: 1.3/test_suite/unit_tests/generic_fns/test_residue.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/generic_fns/test_residue.py?rev=3406&r1=3405&r2=3406&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/generic_fns/test_residue.py (original)
+++ 1.3/test_suite/unit_tests/generic_fns/test_residue.py Sun Nov  4 14:39:34 
2007
@@ -207,7 +207,7 @@
     def test_copy_within_molecule_fail(self):
         """Test the failure of the copying of the residue data within a 
molecule.
 
-        The function used is generic_fns.residues.copy().
+        The function used is generic_fns.residue.copy().
         """
 
         # Create a few residues.
@@ -224,7 +224,7 @@
     def test_creation(self):
         """Test the creation of a residue.
 
-        The function used is generic_fns.residues.create().
+        The function used is generic_fns.residue.create().
         """
 
         # Create a few new residues.
@@ -259,7 +259,7 @@
     def test_delete_name(self):
         """Test residue deletion using residue name identifiers.
 
-        The function used is generic_fns.residues.delete().
+        The function used is generic_fns.residue.delete().
         """
 
         # Create some residues and add some data to the spin containers.
@@ -283,7 +283,7 @@
     def test_delete_num(self):
         """Test residue deletion using residue number identifiers.
 
-        The function used is generic_fns.residues.delete().
+        The function used is generic_fns.residue.delete().
         """
 
         # Create some residues and add some data to the spin containers.
@@ -311,7 +311,7 @@
     def test_delete_all(self):
         """Test the deletion of all residues.
 
-        The function used is generic_fns.residues.delete().
+        The function used is generic_fns.residue.delete().
         """
 
         # Create some residues and add some data to the spin containers.
@@ -333,7 +333,7 @@
     def test_delete_shift(self):
         """Test the deletion of multiple residues.
 
-        The function used is generic_fns.residues.delete().
+        The function used is generic_fns.residue.delete().
         """
 
         # Create some residues and add some data to the spin containers.
@@ -357,7 +357,7 @@
     def test_delete_fail(self):
         """Test the failure of residue deletion when an atom id is supplied.
 
-        The function used is generic_fns.residues.delete().
+        The function used is generic_fns.residue.delete().
         """
 
         # Supply an atom id.




Related Messages


Powered by MHonArc, Updated Sun Nov 04 15:00:13 2007