mailr6343 - /branches/relax_data_rearrange/test_suite/unit_tests/_generic_fns/test_relax_data.py


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

Header


Content

Posted by edward on June 08, 2008 - 14:25:
Author: bugman
Date: Sun Jun  8 14:25:20 2008
New Revision: 6343

URL: http://svn.gna.org/viewcvs/relax?rev=6343&view=rev
Log:
Unit test fixes for the shift of relax_data from specific_fns to generic_fns.


Modified:
    
branches/relax_data_rearrange/test_suite/unit_tests/_generic_fns/test_relax_data.py

Modified: 
branches/relax_data_rearrange/test_suite/unit_tests/_generic_fns/test_relax_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_data_rearrange/test_suite/unit_tests/_generic_fns/test_relax_data.py?rev=6343&r1=6342&r2=6343&view=diff
==============================================================================
--- 
branches/relax_data_rearrange/test_suite/unit_tests/_generic_fns/test_relax_data.py
 (original)
+++ 
branches/relax_data_rearrange/test_suite/unit_tests/_generic_fns/test_relax_data.py
 Sun Jun  8 14:25:20 2008
@@ -24,7 +24,7 @@
 from unittest import TestCase
 
 # relax module imports.
-from specific_fns import relax_data
+from generic_fns import relax_data
 from relax_errors import RelaxError
 from test_suite.unit_tests.relax_data_testing_base import 
Relax_data_base_class
 
@@ -34,16 +34,16 @@
 
 
 class Test_relax_data(Relax_data_base_class, TestCase):
-    """Unit tests for the functions of the 'specific_fns.relax_data' 
module."""
+    """Unit tests for the functions of the 'generic_fns.relax_data' 
module."""
 
-    # Place the specific_fns.relax_data module into the class namespace.
-    relax_data_fns = relax_data.Rx_data()
+    # Place the generic_fns.relax_data module into the class namespace.
+    relax_data_fns = relax_data
 
 
     def test_data_init_spin(self):
         """Initial relaxation data structures placed into a spin container.
 
-        The function tested is specific_fns.relax_data.data_init().
+        The function tested is generic_fns.relax_data.data_init().
         """
 
         # Get a container instance.
@@ -70,7 +70,7 @@
     def test_data_init_pipe(self):
         """Initial relaxation data structures placed into a pipe container.
 
-        The function tested is specific_fns.relax_data.data_init().
+        The function tested is generic_fns.relax_data.data_init().
         """
 
         # Get a container instance.




Related Messages


Powered by MHonArc, Updated Sun Jun 08 14:40:12 2008