You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2004/01/13 02:27:49 UTC

cvs commit: jakarta-jmeter/xdocs/usermanual functions.xml

sebb        2004/01/12 17:27:49

  Modified:    xdocs/usermanual functions.xml
  Log:
  Clarify behaviour of CSVRead
  
  Revision  Changes    Path
  1.8       +3 -3      jakarta-jmeter/xdocs/usermanual/functions.xml
  
  Index: functions.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/functions.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- functions.xml	10 Oct 2003 16:12:04 -0000	1.7
  +++ functions.xml	13 Jan 2004 01:27:48 -0000	1.8
  @@ -41,7 +41,7 @@
   because they are expecting numbers, and thus will not accept a function.  However, most fields will allow
   functions.</p>
   <p>Built-in functions can be written into any field of non-controller test components. This includes
  -Samplers, Timers, Listeners, Modifiers, Assertions, and Config Elements.</p>
  +Samplers, Timers, Listeners, Modifiers, Assertions, Pre-Processors, Post-Processors and Config Elements.</p>
   </subsection>
   
   <subsection name="14.3 Writing the function string" anchor="how">
  @@ -227,7 +227,7 @@
   
   <component index="14.5.8" name="__CSVRead">
   <description><p>The CSVFile function returns a string from a CSV file (c.f. <a href="#_StringFromFile">StringFromFile</a>)</p>
  -	<p>NOTE: A single instance of the file is opened and used for all threads.</p></description>
  +	<p>NOTE: Only the first filename encountered is opened. Subsequent filenames are silently ignored. [This may change in future.]</p></description>
   
   <properties>
           <property name="File Name" required="Yes">The file to read from</property>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org