This is an automated email from the ASF dual-hosted git repository.
pmouawad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 1eb1950 Clarify documentation of __StringToFile function regarding
default value of Append to file? parameter.
1eb1950 is described below
commit 1eb1950d367e58de1d786c2951142ada6ba9f6f9
Author: pmouawad <[email protected]>
AuthorDate: Sun Feb 16 14:43:53 2020 +0100
Clarify documentation of __StringToFile function regarding default value
of Append to file? parameter.
Contributed by Ori Marko
This resolves #543
---
xdocs/changes.xml | 4 +++-
xdocs/usermanual/functions.xml | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 8891394..771301c 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -173,7 +173,8 @@ to view the last release notes of version 5.2.1.
<li><pr>547</pr>Correct Log level documentation. Contributed by
jmetertea</li>
<li><pr>548</pr>Correct typos in documentation. Contributed by jmetertea</li>
<li><bug>64022</bug>Correct Chinese translation for "Ignore Sub-Controller
blocks". Provided by yangxiaofei77 (yangxiaofei77 at gmail.com)</li>
- <li><pr>552</pr>Fix <code>client.rmi.localport</code> port allocation
description</li>
+ <li><pr>552</pr>Fix <code>client.rmi.localport</code> port allocation
description. Contributed by anant-93</li>
+ <li><pr>543</pr>Clarify documentation of <code>__StringToFile</code>
function regarding default value of <code>Append to file?</code> parameter.
Contributed by Ori Marko</li>
</ul>
<h3>General</h3>
@@ -194,6 +195,7 @@ to view the last release notes of version 5.2.1.
<li>Sebastian Boga (sebastian.boga at endava.com)</li>
<li>Liu XP (liu_xp2003 at sina.com)</li>
<li>anant-93 (https://github.com/anant-93)</li>
+ <li>Ori Marko (orimarko at gmail.com)</li>
</ul>
<p>We also thank bug reporters who helped us improve JMeter.</p>
<ul>
diff --git a/xdocs/usermanual/functions.xml b/xdocs/usermanual/functions.xml
index 4a89fef..9e3ec0e 100644
--- a/xdocs/usermanual/functions.xml
+++ b/xdocs/usermanual/functions.xml
@@ -1730,7 +1730,7 @@ returns:
</property>
<property name="Append to file?" required="No">
The way to write the string, <code>true</code> means append,
<code>false</code>
- means overwrite.
+ means overwrite. If not specified, the default append is <code>true</code>.
</property>
<property name="File encoding if not UTF-8" required="No">
The encoding to be used to write to the file. If not specified, the
default encoding is <code>UTF-8</code>.