From commits-return-10407-apmail-jmeter-commits-archive=jmeter.apache.org@jmeter.apache.org Sun Feb 16 13:44:06 2020 Return-Path: X-Original-To: apmail-jmeter-commits-archive@minotaur.apache.org Delivered-To: apmail-jmeter-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id 423671981C for ; Sun, 16 Feb 2020 13:44:06 +0000 (UTC) Received: (qmail 3701 invoked by uid 500); 16 Feb 2020 13:44:05 -0000 Delivered-To: apmail-jmeter-commits-archive@jmeter.apache.org Received: (qmail 3678 invoked by uid 500); 16 Feb 2020 13:44:05 -0000 Mailing-List: contact commits-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list commits@jmeter.apache.org Received: (qmail 3669 invoked by uid 99); 16 Feb 2020 13:44:05 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Feb 2020 13:44:05 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 4000A8B69B; Sun, 16 Feb 2020 13:44:05 +0000 (UTC) Date: Sun, 16 Feb 2020 13:44:04 +0000 To: "commits@jmeter.apache.org" Subject: [jmeter] branch master updated: Clarify documentation of __StringToFile function regarding default value of Append to file? parameter. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <158186064495.11352.15425937864988386792@gitbox.apache.org> From: pmouawad@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: jmeter X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1d4d59c703ace9a426c5808cecf29bdba245442f X-Git-Newrev: 1eb1950d367e58de1d786c2951142ada6ba9f6f9 X-Git-Rev: 1eb1950d367e58de1d786c2951142ada6ba9f6f9 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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.
  • 547Correct Log level documentation. Contributed by jmetertea
  • 548Correct typos in documentation. Contributed by jmetertea
  • 64022Correct Chinese translation for "Ignore Sub-Controller blocks". Provided by yangxiaofei77 (yangxiaofei77 at gmail.com)
  • -
  • 552Fix client.rmi.localport port allocation description
  • +
  • 552Fix client.rmi.localport port allocation description. Contributed by anant-93
  • +
  • 543Clarify documentation of __StringToFile function regarding default value of Append to file? parameter. Contributed by Ori Marko
  • General

    @@ -194,6 +195,7 @@ to view the last release notes of version 5.2.1.
  • Sebastian Boga (sebastian.boga at endava.com)
  • Liu XP (liu_xp2003 at sina.com)
  • anant-93 (https://github.com/anant-93)
  • +
  • Ori Marko (orimarko at gmail.com)
  • We also thank bug reporters who helped us improve JMeter.

      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: The way to write the string, true means append, false - means overwrite. + means overwrite. If not specified, the default append is true. The encoding to be used to write to the file. If not specified, the default encoding is UTF-8.