DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21513>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21513 Add ability to set user defined variables from cmd. line ------- Additional Comments From [EMAIL PROTECTED] 2003-07-17 18:02 ------- Agreed - it doesn't work - yet, but read on: The existing version of __property() has 2 parameters: - property name (required) - variable name (optional) The patches - to follow - add an extra parameter to make it: - property name (required) - default value (optional) - variable name (optional) I pushed the variable name into 3rd place, as it is less likely to be needed than the default value. Put it in User Variables (no need for the 3rd param), or use it in a testplan element. If the value is needed elsewhere, call it with the 3rd param, otherwise just use 2 or even 1 parameter. [N.B. all functions can be used anywhere that a variable reference can be used] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
