tjsb (Bug 20590):
Test Plan element allows multiple variables to be defined, and supports the
use of functions. This can be very useful.
Unfortunately, at present, if there is an error in any of the function calls
(e.g. wrong number of parameters) none of the functions are evaluated. If
several functions are involved, it can be tricky to find the one that is at
fault.
The patch (to follow) changes this behaviour to treat invalid function calls
as if they were strings. It is then obvious which functions have not worked.
tjsb (Bug 20590): Test Plan element allows multiple variables to be defined, and supports the use of functions. This can be very useful.
Unfortunately, at present, if there is an error in any of the function calls (e.g. wrong number of parameters) none of the functions are evaluated. If several functions are involved, it can be tricky to find the one that is at fault.
The patch (to follow) changes this behaviour to treat invalid function calls as if they were strings. It is then obvious which functions have not worked.
The patch also makes some logging changes.
Severity: normal OS: other