Author: sebb
Date: Tue Dec  4 03:05:19 2007
New Revision: 600877

URL: http://svn.apache.org/viewvc?rev=600877&view=rev
Log:
Document some defaults/optional parameters

Modified:
    
jakarta/jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties

Modified: 
jakarta/jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties?rev=600877&r1=600876&r2=600877&view=diff
==============================================================================
--- 
jakarta/jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties 
(original)
+++ 
jakarta/jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties 
Tue Dec  4 03:05:19 2007
@@ -565,9 +565,9 @@
 regex_src_url=URL
 regexfunc_param_1=Regular expression used to search results from previous 
request
 regexfunc_param_2=Template for the replacement string, using groups from the 
regular expression.  Format is $[group]$.  Example $1$.
-regexfunc_param_3=Which match to use.  An integer 1 or greater, RAND to 
indicate JMeter should randomly choose, A float, or ALL indicating all matches 
should be used
-regexfunc_param_4=Between text.  If ALL is selected, the between text will be 
used to generate the results
-regexfunc_param_5=Default text.  Used instead of the template if the regular 
expression finds no matches
+regexfunc_param_3=Which match to use.  An integer 1 or greater, RAND to 
indicate JMeter should randomly choose, A float, or ALL indicating all matches 
should be used ([1])
+regexfunc_param_4=Between text.  If ALL is selected, the between text will be 
used to generate the results ([""])
+regexfunc_param_5=Default text.  Used instead of the template if the regular 
expression finds no matches ([""])
 remote_error_init=Error initialising remote server
 remote_error_starting=Error starting remote server
 remote_exit=Remote Exit
@@ -722,8 +722,8 @@
 stopping_test=Shutting down all test threads.  Please be patient.
 stopping_test_title=Stopping Test
 string_from_file_file_name=Enter full path to file
-string_from_file_seq_final=Final file sequence number
-string_from_file_seq_start=Start file sequence number
+string_from_file_seq_final=Final file sequence number (opt)
+string_from_file_seq_start=Start file sequence number (opt)
 summariser_title=Generate Summary Results
 summary_report=Summary Report
 switch_controller_label=Switch Value



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

Reply via email to