svn+ssh://bugman@.../svn/relax/trunk
........
r19650 | bugman | 2013-05-03 19:36:30 +0200 (Fri, 03 May 2013) | 3 lines
Modified the Value.test_value_copy system test to check the copying of errors as well.
........
r19651 | bugman | 2013-05-03 19:49:43 +0200 (Fri, 03 May 2013) | 5 lines
Added the error flag argument to all of the specific analysis API set_param_values() methods.
This will allow parameter errors as well as values to be set.
........
r19652 | bugman | 2013-05-03 19:54:55 +0200 (Fri, 03 May 2013) | 3 lines
The Value.test_value_copy system test now checks all of the values and errors.
........
r19653 | bugman | 2013-05-03 20:08:55 +0200 (Fri, 03 May 2013) | 5 lines
Added the error flag argument to the value.set user function.
This will allow for parameter errors to be set by the user.
........
r19654 | bugman | 2013-05-03 20:10:28 +0200 (Fri, 03 May 2013) | 5 lines
Bug fix for the value.copy user function.
The user function can now handle parameter errors, and the values are set in the correct data pipe.
........
r19655 | bugman | 2013-05-03 20:11:07 +0200 (Fri, 03 May 2013) | 3 lines
The specific analysis API _return_value_general() method now returns errors even when values are missing.
........