svn+ssh://bugman@.../svn/relax/trunk
........
r22240 | bugman | 2014-02-21 16:51:17 +0100 (Fri, 21 Feb 2014) | 5 lines
Expanded the Peak_lists.test_read_peak_list_sparky_double system test to check all intensities.
This now checks all of the peak heights read by the spectrum.read_intensities user function.
........
r22241 | bugman | 2014-02-21 16:59:37 +0100 (Fri, 21 Feb 2014) | 5 lines
Expanded the capabilities of the spectrum.read_intensities user function.
Now multiple files can be loaded simultaneously.
........
r22243 | bugman | 2014-02-21 17:27:34 +0100 (Fri, 21 Feb 2014) | 7 lines
Fix for the multiple file selection GUI element.
The GUI element now returns single values rather than lists from the GetValue() function when only
a single file is selected. This allows the spectrum.read_intensities user function to operate
normally again in the GUI.
........
r22244 | bugman | 2014-02-21 17:29:11 +0100 (Fri, 21 Feb 2014) | 6 lines
Minor fix for the Relax_disp.test_bug_21076_multi_col_peak_list system test.
The spectrum ID argument ['auto'] has been changed to the single value of 'auto'. This argument
should not be a list.
........
r22245 | bugman | 2014-02-21 17:32:37 +0100 (Fri, 21 Feb 2014) | 5 lines
Fixes for the User_functions.test_structure_pdb_read GUI test.
This test was failing due to the recent changes to the sequence input GUI element.
........