Author: sebb
Date: Sun Sep 18 12:33:44 2011
New Revision: 1172272

URL: http://svn.apache.org/viewvc?rev=1172272&view=rev
Log:
Fix up some incorrect sizes

Modified:
    jakarta/jmeter/trunk/xdocs/usermanual/build-web-test-plan.xml
    jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jakarta/jmeter/trunk/xdocs/usermanual/build-web-test-plan.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/build-web-test-plan.xml?rev=1172272&r1=1172271&r2=1172272&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/build-web-test-plan.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/build-web-test-plan.xml Sun Sep 18 
12:33:44 2011
@@ -69,7 +69,7 @@ in the tree, if you have not already sel
 Group Control Panel in the right section of the JMeter window (see Figure 
&sect-num;.1
 below)</p>
 
-<figure width="609" height="387" image="webtest/threadgroup.png">
+<figure width="612" height="266" image="webtest/threadgroup.png">
 Figure &sect-num;.1. Thread Group with Default Values</figure>
 
 <p>Start by providing a more descriptive name for our Thread Group. In the name

Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1172272&r1=1172271&r2=1172272&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Sun Sep 18 
12:33:44 2011
@@ -81,7 +81,7 @@ Latency is set to the time it takes to l
 
 </component>
 
-<component name="HTTP Request" index="&sect-num;.1.2" width="853" height="463" 
screenshot="http-request.png">
+<component name="HTTP Request" index="&sect-num;.1.2" width="911" height="642" 
screenshot="http-request.png">
 
 <description>
         <p>This sampler lets you send an HTTP/HTTPS request to a web server.  
It
@@ -2537,7 +2537,7 @@ For a detailed description of how to use
 </description>
 </component>
 
-<component name="Distribution Graph (alpha)" index="&sect-num;.3.11"  
width="655" height="501" screenshot="distribution_graph.png">
+<component name="Distribution Graph (alpha)" index="&sect-num;.3.11"  
width="819" height="626" screenshot="distribution_graph.png">
 <description>
 <p>The distribution graph will display a bar for every unique response time. 
Since the
 granularity of System.currentTimeMillis() is 10 milliseconds, the 90% 
threshold should be
@@ -3005,7 +3005,7 @@ to "/secret/index.html" and "/secret/ind
 "/index.html".</p>
 
 <figure width="289" height="201" 
image="http-config/auth-manager-example1a.gif">Figure 10 - Test Plan</figure>
-<figure width="553" height="243" 
image="http-config/auth-manager-example1b.png">Figure 11 - Authorization 
Manager Control Panel</figure>
+<figure width="553" height="253" 
image="http-config/auth-manager-example1b.png">Figure 11 - Authorization 
Manager Control Panel</figure>
 
 <p>When we run the Test Plan, JMeter looks in the Authorization table for the 
URL it is requesting.  If the Base URL matches
 the URL, then JMeter passes this information along with the request.</p>
@@ -3481,7 +3481,7 @@ GUI that they can use while developing n
     If the Assertion supports this option, then there will be an entry on the 
GUI which looks like the following:
     <figure width="533" height="55" 
image="assertion/assertionscope.png">Assertion Scope</figure>
     or the following
-    <figure width="765" height="55" 
image="assertion/assertionscopevar.png">Assertion Scope</figure>
+    <figure width="756" height="55" 
image="assertion/assertionscopevar.png">Assertion Scope</figure>
     If a sub-sampler fails and the main sample is successful,
     then the main sample will be set to failed status and an Assertion Result 
will be added.
     If the JMeter variable option is used, it is assumed to relate to the main 
sample, and



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@jakarta.apache.org
For additional commands, e-mail: notifications-h...@jakarta.apache.org

Reply via email to