From commits-return-8941-apmail-jmeter-commits-archive=jmeter.apache.org@jmeter.apache.org Sat Jul 7 08:00:07 2018 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 [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 675A518FC2 for ; Sat, 7 Jul 2018 08:00:06 +0000 (UTC) Received: (qmail 67262 invoked by uid 500); 7 Jul 2018 08:00:06 -0000 Delivered-To: apmail-jmeter-commits-archive@jmeter.apache.org Received: (qmail 67226 invoked by uid 500); 7 Jul 2018 08:00:06 -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 67217 invoked by uid 99); 7 Jul 2018 08:00:06 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jul 2018 08:00:06 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 614393A0096 for ; Sat, 7 Jul 2018 08:00:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1835297 - in /jmeter/trunk/xdocs: changes.xml usermanual/functions.xml Date: Sat, 07 Jul 2018 08:00:04 -0000 To: commits@jmeter.apache.org From: fschumacher@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180707080005.614393A0096@svn01-us-west.apache.org> Author: fschumacher Date: Sat Jul 7 08:00:04 2018 New Revision: 1835297 URL: http://svn.apache.org/viewvc?rev=1835297&view=rev Log: Correct typo in documentation. Reported by Aaron Levin. Closes #392 on github Modified: jmeter/trunk/xdocs/changes.xml jmeter/trunk/xdocs/usermanual/functions.xml Modified: jmeter/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1835297&r1=1835296&r2=1835297&view=diff ============================================================================== --- jmeter/trunk/xdocs/changes.xml [utf-8] (original) +++ jmeter/trunk/xdocs/changes.xml [utf-8] Sat Jul 7 08:00:04 2018 @@ -151,6 +151,7 @@ this behaviour, set httpclient.res
  • 62354Correct calculation and usage of units for second per user (reported by jffagot05 at gmail.com)
  • 382Correct typo in documentation. Reported by Perze Ababa (perze.ababa at gmail.com>)
  • 386Add parameter support for RMI keystore creation scripts. Contributed by Logan Mauzaize (t524467 at airfrance.fr)
  • +
  • 392Correct typo in documentation. Reported by Aaron Levin
  • Non-functional changes @@ -266,6 +267,7 @@ this behaviour, set httpclient.res
  • Giancarlo Romeo (giancarloromeo at gmail.com)
  • helppass (onegaicimasu at hotmail.com)
  • blue414 (blue414 at 163.com)
  • +
  • Aaron Levin
  • We also thank bug reporters who helped us improve JMeter.

    Modified: jmeter/trunk/xdocs/usermanual/functions.xml URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/functions.xml?rev=1835297&r1=1835296&r2=1835297&view=diff ============================================================================== --- jmeter/trunk/xdocs/usermanual/functions.xml (original) +++ jmeter/trunk/xdocs/usermanual/functions.xml Sat Jul 7 08:00:04 2018 @@ -1438,7 +1438,7 @@ For example, the string ${__urld Function to encode a string to a application/x-www-form-urlencoded string.

    -For example, the string ${__urldecode(Word "school" is "école" in french)} returns +For example, the string ${__urlencode(Word "school" is "école" in french)} returns Word+%22school%22+is+%22%C3%A9cole%22+in+french.