You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2020/11/26 18:40:57 UTC

[jmeter] branch master updated (14a3598 -> 813528e)

This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git.


    from 14a3598  Use fully qualified classes instead of importing them for deprecated classes
     new 3491c00  Correct width height ratio for somes images
     new 813528e  Correct width heigth ratio for some images

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 xdocs/changes.xml                        | 2 ++
 xdocs/usermanual/component_reference.xml | 6 +++---
 xdocs/usermanual/curl.xml                | 8 ++++----
 3 files changed, 9 insertions(+), 7 deletions(-)


[jmeter] 01/02: Correct width height ratio for somes images

Posted by fs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit 3491c00773d503ce081af5d4b3fd87924ae59f5e
Author: vdaburon <vd...@gmail.com>
AuthorDate: Thu Nov 26 16:18:06 2020 +0100

    Correct width height ratio for somes images
---
 xdocs/usermanual/component_reference.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/xdocs/usermanual/component_reference.xml b/xdocs/usermanual/component_reference.xml
index cdc0711..870da6a 100644
--- a/xdocs/usermanual/component_reference.xml
+++ b/xdocs/usermanual/component_reference.xml
@@ -211,7 +211,7 @@ https.default.protocol=SSLv3
         <a href="build-adv-web-test-plan.html#session_url_rewriting">6.1 Handling User Sessions With URL Rewriting</a>
         for additional configuration steps.</p>
 </description>
-<figure width="951" height="284" image="http-request-advanced-tab.png">HTTP Request Advanced config fields</figure>
+<figure width="951" height="548" image="http-request-advanced-tab.png">HTTP Request Advanced config fields</figure>
 <figure width="950" height="618" image="graphql-http-request.png">Screenshot of Control-Panel of GraphQL HTTP Request</figure>
 <figure width="950" height="618" image="graphql-http-request-vars.png">Variables field for GraphQL HTTP Request</figure>
 
@@ -3531,7 +3531,7 @@ By default, a Graphite implementation is provided.
     <br></br>
 </description>
 
-<component name="CSV Data Set Config" index="&sect-num;.4.1"  width="433" height="281" screenshot="csvdatasetconfig.png">
+<component name="CSV Data Set Config" index="&sect-num;.4.1"  width="658" height="281" screenshot="csvdatasetconfig.png">
 <description>
     <p>
     CSV Data Set Config is used to read lines from a file, and split them into variables.
@@ -6476,7 +6476,7 @@ See <a href="get-started.html#classpath">JMeter's Classpath</a> and
 </description>
 </component>
 
-<component name="Thread Group" index="&sect-num;.9.2"  width="911" height="390" screenshot="threadgroup.png">
+<component name="Thread Group" index="&sect-num;.9.2"  width="911" height="662" screenshot="threadgroup.png">
 <description>
 <p>A Thread Group defines a pool of users that will execute a particular test case against your server.  In the Thread Group GUI, you can control the number of users simulated (number of threads), the ramp up time (how long it takes to start all the threads), the number of times to perform the test, and optionally, a start and stop time for the test.</p>
 <p>


[jmeter] 02/02: Correct width heigth ratio for some images

Posted by fs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit 813528ed8a468d07783a1d55bda9e0883874785e
Author: vdaburon <vd...@gmail.com>
AuthorDate: Thu Nov 26 16:20:55 2020 +0100

    Correct width heigth ratio for some images
---
 xdocs/changes.xml         | 2 ++
 xdocs/usermanual/curl.xml | 8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index b18a291..b28d05d 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -163,6 +163,8 @@ applications when JMeter is starting up.</p>
     <li>Update Rhino to 1.7.13 (from 1.7.12)</li>
     <li>Update XStream to 1.4.14 (from 1.4.14.1)</li>
     <li>Update Apache commons-dbcp2 to 2.8.0 (from 2.7.0)</li>
+    <li><pr>635</pr>Correct some image ratios in the documentation. Patch provided
+      by Vincent Daburon (vdaburon at gmail.com)</li>
 </ul>
 
  <!-- =================== Bug fixes =================== -->
diff --git a/xdocs/usermanual/curl.xml b/xdocs/usermanual/curl.xml
index 7ea228e..8968028 100644
--- a/xdocs/usermanual/curl.xml
+++ b/xdocs/usermanual/curl.xml
@@ -43,11 +43,11 @@ Create a Test Plan From a cURL Command
   </li>
     <li>There are two ways to enter the curl command line. Firstly, we can enter it manually. Secondly, we can import a file containing the curl command line.
     This tool supports input of multiple curl command lines at the same time.
-    <figure width="767" height="316" image="curl/enter_command.png">Figure 2.1 - Enter curl command in text panel</figure>
-    <figure width="767" height="316" image="curl/enter_command_from_file.png">Figure 2.2 - Enter curl command from file</figure>
+    <figure width="767" height="443" image="curl/enter_command.png">Figure 2.1 - Enter curl command in text panel</figure>
+    <figure width="767" height="449" image="curl/enter_command_from_file.png">Figure 2.2 - Enter curl command from file</figure>
   </li>
   <li>Then, click <code>Create Test Plan</code> button and a new HTTP Sample will be added to the Test Plan.
-    <figure width="767" height="316" image="curl/result.png">Figure 3 - result of Test Plan</figure>
+    <figure width="767" height="464" image="curl/result.png">Figure 3 - result of Test Plan</figure>
   </li>
 </ol>
 </subsection>
@@ -163,7 +163,7 @@ Create a Test Plan From a cURL Command
 <p>
 When the command you entered is ignored or contains warning content, we will display warning in the comment section of HTTP Request.
 </p>
-<figure width="768" height="339" image="curl/http_request_warning.png">Figure 1 -Warning</figure>
+<figure width="768" height="464" image="curl/http_request_warning.png">Figure 1 -Warning</figure>
 
 </subsection>
 <subsection name="&sect-num;.4 Examples" anchor="example">