mailr13327 - /branches/gui_testing/test_suite/gui_tests/rx.py


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

Header


Content

Posted by edward on June 29, 2011 - 20:19:
Author: bugman
Date: Wed Jun 29 20:19:40 2011
New Revision: 13327

URL: http://svn.gna.org/viewcvs/relax?rev=13327&view=rev
Log:
Fix for the R1 analysis GUI test - the peak list paths were missing the 
extensions.


Modified:
    branches/gui_testing/test_suite/gui_tests/rx.py

Modified: branches/gui_testing/test_suite/gui_tests/rx.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/test_suite/gui_tests/rx.py?rev=13327&r1=13326&r2=13327&view=diff
==============================================================================
--- branches/gui_testing/test_suite/gui_tests/rx.py (original)
+++ branches/gui_testing/test_suite/gui_tests/rx.py Wed Jun 29 20:19:40 2011
@@ -132,7 +132,7 @@
         # Add the spectra and number of cycles.
         for i in range(len(names)):
             # The spectrum.
-            file = data_path + sep + names[i]
+            file = data_path + sep + names[i] + '.list'
             page.peak_intensity.grid.SetCellValue(i, 0, str_to_gui(file))
 
             # The number of cycles.




Related Messages


Powered by MHonArc, Updated Wed Jun 29 20:40:02 2011