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 2007/10/13 18:59:41 UTC

svn commit: r584430 - in /jakarta/jmeter/trunk: docs/changes.html docs/images/screenshots/csvdatasetconfig.png docs/usermanual/component_reference.html xdocs/images/screenshots/csvdatasetconfig.png xdocs/usermanual/component_reference.xml

Author: sebb
Date: Sat Oct 13 09:59:36 2007
New Revision: 584430

URL: http://svn.apache.org/viewvc?rev=584430&view=rev
Log:
Document CSV Dataset file encoding

Modified:
    jakarta/jmeter/trunk/docs/changes.html
    jakarta/jmeter/trunk/docs/images/screenshots/csvdatasetconfig.png
    jakarta/jmeter/trunk/docs/usermanual/component_reference.html
    jakarta/jmeter/trunk/xdocs/images/screenshots/csvdatasetconfig.png
    jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jakarta/jmeter/trunk/docs/changes.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/changes.html?rev=584430&r1=584429&r2=584430&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/changes.html (original)
+++ jakarta/jmeter/trunk/docs/changes.html Sat Oct 13 09:59:36 2007
@@ -154,6 +154,11 @@
 						</li>
 									
 
+												<li	>
+								Bug 43584 - Assertion Failure Message contains a comma that is also used as the delimiter for CSV files
+						</li>
+									
+
 						</ul>
 							  									 				<h4	>
 								Improvements
@@ -197,7 +202,7 @@
 									
 
 												<li	>
-								Test Plan items can now only be dropped/pasted into parts of the tree where they are allowed
+								Test Plan items can now only be dropped/pasted/merged into parts of the tree where they are allowed
 						</li>
 									
 
@@ -228,6 +233,21 @@
 
 												<li	>
 								HTTP Parameters without names are ignored (except for POST requests with no file)
+						</li>
+									
+
+												<li	>
+								"Save Selection As" added to main menu; now checks only item is selected
+						</li>
+									
+
+												<li	>
+								Test Plan now has Paste menu item (paste was already supported via ^V)
+						</li>
+									
+
+												<li	>
+								If the default delimiter does not work when loading a CSV file, guess the delimiter by analysing the header line.
 						</li>
 									
 

Modified: jakarta/jmeter/trunk/docs/images/screenshots/csvdatasetconfig.png
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/images/screenshots/csvdatasetconfig.png?rev=584430&r1=584429&r2=584430&view=diff
==============================================================================
Binary files - no diff available.

Modified: jakarta/jmeter/trunk/docs/usermanual/component_reference.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/usermanual/component_reference.html?rev=584430&r1=584429&r2=584430&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/usermanual/component_reference.html (original)
+++ jakarta/jmeter/trunk/docs/usermanual/component_reference.html Sat Oct 13 09:59:36 2007
@@ -6555,7 +6555,7 @@
 									
 
 														<p><b>Control Panel</b></p>
-						<div align="center"><img width='360' height='196' src="../images/screenshots/csvdatasetconfig.png"></div>
+						<div align="center"><img width='363' height='251' src="../images/screenshots/csvdatasetconfig.png"></div>
 											  									 			 <p>
 	<b>Parameters</b>
 	<table border="1" cellspacing="0" cellpadding="2">
@@ -6585,6 +6585,14 @@
 								</td>
 		</tr>
 			<tr>
+			<td>File Encoding</td>
+			<td>						The encoding to be used to read the file, if not the platform default.
+			</td>
+			<td>
+											No
+								</td>
+		</tr>
+			<tr>
 			<td>Variable Names</td>
 			<td>						List of variable names (comma-delimited)
 			</td>
@@ -9975,7 +9983,6 @@
 												<p	>
 								User Variables can also be specified in the Test Plan but not specific to individual threads. This panel allows
 you to specify a series of values for any User Variable. For each thread, the variable will be assigned one of the values from the series
-
 in sequence. If there are more threads than values, the values get re-used. For example, this can be used to assign a distinct
 user id to be used by each thread. User variables can be referenced in any field of any jMeter Component.
 						</p>

Modified: jakarta/jmeter/trunk/xdocs/images/screenshots/csvdatasetconfig.png
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/images/screenshots/csvdatasetconfig.png?rev=584430&r1=584429&r2=584430&view=diff
==============================================================================
Binary files - no diff available.

Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=584430&r1=584429&r2=584430&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Oct 13 09:59:36 2007
@@ -2079,7 +2079,7 @@
 	<br></br>
 </description>
 
-<component name="CSV Data Set Config" index="&sect-num;.4.1"  width="360" height="196" screenshot="csvdatasetconfig.png">
+<component name="CSV Data Set Config" index="&sect-num;.4.1"  width="363" height="251" screenshot="csvdatasetconfig.png">
 <description>
         <p>
 	CSV Data Set Config is used to read lines from a file, and split them into variables.
@@ -2115,6 +2115,7 @@
   Absolute file names are also supported, but note that they are unlikely to work in remote mode, 
   unless the remote server has the same directory structure.
   </property>
+  <property name="File Encoding" required="No">The encoding to be used to read the file, if not the platform default.</property>
   <property name="Variable Names" required="Yes">List of variable names (comma-delimited)</property>
   <property name="Delimiter" required="Yes">Delimiter to be used to split the records in the file.
   If there are fewer values on the line than there are variables the remaining variables are not updated -



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