Author: sebb
Date: Wed Nov  7 11:43:21 2007
New Revision: 592866

URL: http://svn.apache.org/viewvc?rev=592866&view=rev
Log:
Variable references do not work in client result collectors

Modified:
    jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=592866&r1=592865&r2=592866&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Wed Nov  7 
11:43:21 2007
@@ -1662,6 +1662,10 @@
 When reading from CSV results files, the header (if present) is used to 
determine which fields are present.
 <b>In order to interpret a header-less CSV file correctly, the appropriate 
properties must be set in jmeter.properties.</b>
 </p>
+<note>
+The file name can contain function and/or variable references.
+However variable references do not work in client-server mode (functions work 
OK).
+</note>
 <p><b>Listeners can use a lot of memory if there are a lot of samples.</b>
 Most of the listeners currently keep a copy of every sample in their scope, 
apart from:
 </p>



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

Reply via email to