mailr3762 - /branches/N_state_model/test_suite/unit_tests/_prompt/test_align_tensor.py


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

Header


Content

Posted by edward on November 21, 2007 - 14:32:
Author: bugman
Date: Wed Nov 21 14:32:20 2007
New Revision: 3762

URL: http://svn.gna.org/viewcvs/relax?rev=3762&view=rev
Log:
Some fixes for the prompt.align_tensor unit tests.


Modified:
    branches/N_state_model/test_suite/unit_tests/_prompt/test_align_tensor.py

Modified: 
branches/N_state_model/test_suite/unit_tests/_prompt/test_align_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/test_suite/unit_tests/_prompt/test_align_tensor.py?rev=3762&r1=3761&r2=3762&view=diff
==============================================================================
--- branches/N_state_model/test_suite/unit_tests/_prompt/test_align_tensor.py 
(original)
+++ branches/N_state_model/test_suite/unit_tests/_prompt/test_align_tensor.py 
Wed Nov 21 14:32:20 2007
@@ -25,7 +25,7 @@
 import sys
 
 # relax module imports.
-from prompt.molecule import Molecule
+from prompt.align_tensor import Align_tensor
 from test_suite.unit_tests.align_tensor_testing_base import 
Align_tensor_base_class
 
 # Set the variable sys.ps3 (this is required by the user functions).
@@ -43,7 +43,7 @@
 
 
 class Test_align_tensor(Align_tensor_base_class, TestCase):
-    """Unit tests for the functions of the 'prompt.molecule' module."""
+    """Unit tests for the functions of the 'prompt.align_tensor' module."""
 
     # Instantiate the user function class.
     align_tensor_fns = Align_tensor(relax)




Related Messages


Powered by MHonArc, Updated Wed Nov 21 14:40:15 2007