mailr3884 - /1.3/test_suite/unit_tests/_generic_fns/test_selection.py


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

Header


Content

Posted by edward on November 24, 2007 - 12:38:
Author: bugman
Date: Sat Nov 24 12:38:02 2007
New Revision: 3884

URL: http://svn.gna.org/viewcvs/relax?rev=3884&view=rev
Log:
Fix for the test_count_no_spins unit test - a data pipe now exists.


Modified:
    1.3/test_suite/unit_tests/_generic_fns/test_selection.py

Modified: 1.3/test_suite/unit_tests/_generic_fns/test_selection.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_generic_fns/test_selection.py?rev=3884&r1=3883&r2=3884&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_generic_fns/test_selection.py (original)
+++ 1.3/test_suite/unit_tests/_generic_fns/test_selection.py Sat Nov 24 
12:38:02 2007
@@ -94,6 +94,9 @@
         # Remove all data.
         relax_data_store.__reset__()
 
+        # Add a data pipe to the data store.
+        relax_data_store.add(pipe_name='orig', pipe_type='mf')
+
         # Test the number of spins counted.
         self.assertEqual(selection.count_spins(), 0)
 




Related Messages


Powered by MHonArc, Updated Sat Nov 24 13:00:19 2007