mailr19461 - /branches/relax_disp/test_suite/system_tests/relax_disp.py


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

Header


Content

Posted by edward on April 11, 2013 - 14:39:
Author: bugman
Date: Thu Apr 11 14:39:58 2013
New Revision: 19461

URL: http://svn.gna.org/viewcvs/relax?rev=19461&view=rev
Log:
The relaxation dispersion system test class now imports the auto-analysis.

This fixes an import order error.


Modified:
    branches/relax_disp/test_suite/system_tests/relax_disp.py

Modified: branches/relax_disp/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/relax_disp.py?rev=19461&r1=19460&r2=19461&view=diff
==============================================================================
--- branches/relax_disp/test_suite/system_tests/relax_disp.py (original)
+++ branches/relax_disp/test_suite/system_tests/relax_disp.py Thu Apr 11 
14:39:58 2013
@@ -26,6 +26,7 @@
 from tempfile import mkdtemp
 
 # relax module imports.
+from auto_analyses import relax_disp
 from data_store import Relax_data_store; ds = Relax_data_store()
 from status import Status; status = Status()
 from test_suite.system_tests.base_classes import SystemTestCase




Related Messages


Powered by MHonArc, Updated Thu Apr 11 15:00:02 2013