mailr26312 - /trunk/test_suite/gui_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 October 18, 2014 - 10:22:
Author: bugman
Date: Sat Oct 18 10:22:07 2014
New Revision: 26312

URL: http://svn.gna.org/viewcvs/relax?rev=26312&view=rev
Log:
Fix for the recently broken (r26306) Relax_disp.test_tp02_data_to_tp02 system 
test.

The data pipe bundle variable was no longer defined, so now it is retrieved 
using the
pipe_control.pipes.get_bundle() function.


Modified:
    trunk/test_suite/gui_tests/relax_disp.py

Modified: trunk/test_suite/gui_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/gui_tests/relax_disp.py?rev=26312&r1=26311&r2=26312&view=diff
==============================================================================
--- trunk/test_suite/gui_tests/relax_disp.py    (original)
+++ trunk/test_suite/gui_tests/relax_disp.py    Sat Oct 18 10:22:07 2014
@@ -36,7 +36,7 @@
 from gui.uf_objects import Uf_storage; uf_store = Uf_storage()
 from lib.dispersion.variables import EXP_TYPE_R1RHO, MODEL_CR72, 
MODEL_DPL94, MODEL_IT99, MODEL_LM63, MODEL_NOREX, 
MODEL_NS_CPMG_2SITE_EXPANDED, MODEL_R2EFF, MODEL_TP02
 from pipe_control.mol_res_spin import spin_loop
-from pipe_control.pipes import switch
+from pipe_control.pipes import get_bundle, switch
 from specific_analyses.relax_disp.data import generate_r20_key
 from status import Status; status = Status()
 from test_suite.gui_tests.base_classes import GuiTestCase
@@ -704,7 +704,7 @@
         r20_key2 = generate_r20_key(exp_type=EXP_TYPE_R1RHO, frq=800e6)
 
         # Switch to the 'TP02' model data pipe, then check for each spin.
-        switch("%s - %s" % ('TP02', pipe_bundle))
+        switch("%s - %s" % ('TP02', get_bundle()))
         spin_index = 0
         for spin, spin_id in spin_loop(return_id=True):
             # Printout.




Related Messages


Powered by MHonArc, Updated Mon Oct 20 10:00:03 2014