mailr4960 - /branches/N_state_model/test_suite/unit_tests/_prompt/test_n_state_model.py


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

Header


Content

Posted by edward on February 12, 2008 - 14:54:
Author: bugman
Date: Tue Feb 12 14:54:20 2008
New Revision: 4960

URL: http://svn.gna.org/viewcvs/relax?rev=4960&view=rev
Log:
Added some missing RelaxError imports for the n_state_model.pivot_point() arg 
unit test.


Modified:
    branches/N_state_model/test_suite/unit_tests/_prompt/test_n_state_model.py

Modified: 
branches/N_state_model/test_suite/unit_tests/_prompt/test_n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/test_suite/unit_tests/_prompt/test_n_state_model.py?rev=4960&r1=4959&r2=4960&view=diff
==============================================================================
--- 
branches/N_state_model/test_suite/unit_tests/_prompt/test_n_state_model.py 
(original)
+++ 
branches/N_state_model/test_suite/unit_tests/_prompt/test_n_state_model.py 
Tue Feb 12 14:54:20 2008
@@ -25,7 +25,7 @@
 
 # relax module imports.
 from prompt.n_state_model import N_state_model
-from relax_errors import RelaxBoolError, RelaxIntError, RelaxListError, 
RelaxStrError
+from relax_errors import RelaxBoolError, RelaxIntError, RelaxLenError, 
RelaxListError, RelaxListNumError, RelaxStrError
 from test_suite.unit_tests.n_state_model_testing_base import 
N_state_model_base_class
 
 # Unit test imports.




Related Messages


Powered by MHonArc, Updated Tue Feb 12 15:00:50 2008