mailr3717 - /1.3/test_suite/unit_tests/generic_fns/test_state.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 - 19:11:
Author: bugman
Date: Tue Nov 20 19:11:18 2007
New Revision: 3717

URL: http://svn.gna.org/viewcvs/relax?rev=3717&view=rev
Log:
Fix for the generic_fns.state.load() function.


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

Modified: 1.3/test_suite/unit_tests/generic_fns/test_state.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/generic_fns/test_state.py?rev=3717&r1=3716&r2=3717&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/generic_fns/test_state.py (original)
+++ 1.3/test_suite/unit_tests/generic_fns/test_state.py Tue Nov 20 19:11:18 
2007
@@ -68,7 +68,6 @@
         # Test the contents of the empty singleton.
         self.assertEqual(relax_data_store.keys(), [])
         self.assertEqual(relax_data_store.current_pipe, None)
-        self.assertRaises(AttributeError, relax_data_store['orig'].x)
 
         # Load the state.
         state.load('test')




Related Messages


Powered by MHonArc, Updated Tue Nov 20 19:20:19 2007