mailr22268 - /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 February 24, 2014 - 10:51:
Author: bugman
Date: Mon Feb 24 10:51:42 2014
New Revision: 22268

URL: http://svn.gna.org/viewcvs/relax?rev=22268&view=rev
Log:
Fix for the Relax_disp.test_tp02_data_to_tp02 GUI test.

This was recently broken (at r22250).  The name of the data pipe to switch to 
now contains the pipe
bundle name.


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=22268&r1=22267&r2=22268&view=diff
==============================================================================
--- trunk/test_suite/gui_tests/relax_disp.py (original)
+++ trunk/test_suite/gui_tests/relax_disp.py Mon Feb 24 10:51:42 2014
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2013 Edward d'Auvergne                                       
 #
+# Copyright (C) 2013-2014 Edward d'Auvergne                                  
 #
 # Copyright (C) 2013 Troels E. Linnet                                        
 #
 #                                                                            
 #
 # This file is part of the program relax (http://www.nmr-relax.com).         
 #
@@ -681,7 +681,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('TP02')
+        switch("%s - %s" % ('TP02', pipe_bundle))
         spin_index = 0
         for spin, spin_id in spin_loop(return_id=True):
             # Printout.




Related Messages


Powered by MHonArc, Updated Mon Feb 24 11:00:02 2014