mailr3747 - /1.3/test_suite/unit_tests/_prompt/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 21, 2007 - 00:49:
Author: bugman
Date: Wed Nov 21 00:24:12 2007
New Revision: 3747

URL: http://svn.gna.org/viewcvs/relax?rev=3747&view=rev
Log:
Fixed the argument unit tests for the state.load() user function.


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

Modified: 1.3/test_suite/unit_tests/_prompt/test_state.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_prompt/test_state.py?rev=3747&r1=3746&r2=3747&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_prompt/test_state.py (original)
+++ 1.3/test_suite/unit_tests/_prompt/test_state.py Wed Nov 21 00:24:12 2007
@@ -66,7 +66,7 @@
                 continue
 
             # The argument test.
-            self.assertRaises(RelaxStrError, self.state.load, file=data[1])
+            self.assertRaises(RelaxStrError, self.load_state, file=data[1])
 
 
     def test_load_argfail_dir(self):
@@ -79,7 +79,7 @@
                 continue
 
             # The argument test.
-            self.assertRaises(RelaxNoneStrError, self.state.load, file='a', 
dir=data[1])
+            self.assertRaises(RelaxNoneStrError, self.load_state, file='a', 
dir=data[1])
 
 
 




Related Messages


Powered by MHonArc, Updated Wed Nov 21 01:00:10 2007