svn+ssh://bugman@.../svn/relax/trunk
........
r18169 | bugman | 2012-12-19 17:33:44 +0100 (Wed, 19 Dec 2012) | 7 lines
Partial fix for bug #20378 (https://gna.org/bugs/index.php?20378).
The gui_raise() function was operating differently under the command line run test suite and the GUI
run test suite. The operation of the function is now consistent, and no RelaxError is raised
(unless the raise_flag argument is set).
........
r18170 | bugman | 2012-12-19 17:35:49 +0100 (Wed, 19 Dec 2012) | 7 lines
Full fix for bug #20378 (https://gna.org/bugs/index.php?20378).
As no RelaxError is no longer raised in this Bruker.test_bug_20152_read_dc_file GUI test (well only
in the command line operation of the GUI tests), instead the current data pipe is checked to make
sure no relaxation data was loaded.
........