DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29508>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29508

Skipped CSVRead rows -- FileRowColContainer.nextRow() is being called as a side effect

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Normal                      |Minor



------- Additional Comments From [EMAIL PROTECTED]  2004-06-11 18:12 -------
I thought that might have been the case.  I did create a new
FunctionProperty.hashCode() that called function.getRawParamters() instead of
getStringValue(), but that doesn't address the larger design choice at all.

Perhaps there should really be getStringValue() and getRawStringValue() on every
JMeterProperty?  Would that help?  Naturally, that's no minor change, but it
looks like FunctionProperty.getStringValue() has been tinkered with to avoid
this general problem in the past.

Thanks for the Pre-Processor tip... I'd been using User Defined Variables, which
isn't a lot of fun, since, of course, they can't directly use other variables
and functions in their values.  So it went like this:
${__javaScript("${__CSVRead(/home/cpovirk/file.csv,0)}",column0)}
...

Thanks also for the ${__log}/${__logn} note.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to