I'd like to propose a minor change to the method getResString(String key) in
JMeterUtils.
At present, it returns the empty string ("") if the resource key is not
found.
I would like to change it to return a string based on the supplied key, for
example:
"[res_key=abcd]"
where "abcd" is the missing key.
I used this approach when developing the TCP sampler, and it was useful to
be able to see that the correct key was being used in the GUI - empty
strings all look the same...!
I don't think there can (or rather, should) be any code that relies on a
resource being absent, so this change will not break anything, but I just
wanted to check that others are happy with the proposal.
Yes, I suppose this may encourage laziness, but the missing resource keys
will be reported in the log, and will be obvious on the screen. It's just
useful to be able to defer the updates temporarily.
OK?
--
Sebastian
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]