mailr3648 - /1.3/test_suite/unit_tests/prompt/test_molecule.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 - 11:46:
Author: bugman
Date: Tue Nov 20 11:46:34 2007
New Revision: 3648

URL: http://svn.gna.org/viewcvs/relax?rev=3648&view=rev
Log:
Bug fix for the mol_to arg unit test of the molecule.copy() user function.

The relax_data_store data required was not being setup.


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

Modified: 1.3/test_suite/unit_tests/prompt/test_molecule.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/prompt/test_molecule.py?rev=3648&r1=3647&r2=3648&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/prompt/test_molecule.py (original)
+++ 1.3/test_suite/unit_tests/prompt/test_molecule.py Tue Nov 20 11:46:34 2007
@@ -96,6 +96,9 @@
     def test_copy_argfail_mol_to(self):
         """Test the proper failure of the molecule.copy() user function for 
the mol_to argument."""
 
+        # Set up some data.
+        self.setup_data()
+
         # Loop over the data types.
         for data in return_data_types():
             # Catch the str arguments, and skip them.




Related Messages


Powered by MHonArc, Updated Tue Nov 20 12:00:10 2007