mailr3205 - /1.3/test_suite/unit_tests/generic_fns/test_pipes.py


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

Header


Content

Posted by edward on March 16, 2007 - 07:53:
Author: bugman
Date: Fri Mar 16 07:53:23 2007
New Revision: 3205

URL: http://svn.gna.org/viewcvs/relax?rev=3205&view=rev
Log:
Fixed the unit tests for the 'generic_fns.pipes' module.

The relax data storage singleton object is now reset at the start of the 
setUp unit test method.

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

Modified: 1.3/test_suite/unit_tests/generic_fns/test_pipes.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/generic_fns/test_pipes.py?rev=3205&r1=3204&r2=3205&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/generic_fns/test_pipes.py (original)
+++ 1.3/test_suite/unit_tests/generic_fns/test_pipes.py Fri Mar 16 07:53:23 
2007
@@ -40,6 +40,9 @@
     def setUp(self):
         """Set up for all the data pipe unit tests."""
 
+        # Reset the relax data storage object.
+        relax_data_store.__reset__()
+
         # Add a data pipe to the data store.
         relax_data_store.add(pipe_name='orig', pipe_type='mf')
 




Related Messages


Powered by MHonArc, Updated Fri Mar 16 08:00:14 2007