Author: sebb
Date: Tue Aug 21 16:31:21 2007
New Revision: 568329
URL: http://svn.apache.org/viewvc?rev=568329&view=rev
Log:
Document CSV Data thread behaviour
Modified:
jakarta/jmeter/branches/rel-2-2/docs/usermanual/component_reference.html
jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml
Modified:
jakarta/jmeter/branches/rel-2-2/docs/usermanual/component_reference.html
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/usermanual/component_reference.html?rev=568329&r1=568328&r2=568329&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/usermanual/component_reference.html
(original)
+++ jakarta/jmeter/branches/rel-2-2/docs/usermanual/component_reference.html
Tue Aug 21 16:31:21 2007
@@ -6197,6 +6197,14 @@
<p >
+ The file is only opened once, and each thread will use a different line
from the file.
+ Lines are read as the threads need them.
+
+ </p>
+
+
+
<p >
+
As a special case, the string "\t" (without quotes) is treated as a Tab.
</p>
Modified:
jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml?rev=568329&r1=568328&r2=568329&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml
(original)
+++ jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml
Tue Aug 21 16:31:21 2007
@@ -1955,6 +1955,10 @@
It is easier to use than the __CSVRead() and _StringFromFile()
functions.
</p>
<p>
+ The file is only opened once, and each thread will use a different line
from the file.
+ Lines are read as the threads need them.
+ </p>
+ <p>
As a special case, the string "\t" (without quotes) is treated as a Tab.
</p>
<p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]