sebb        2004/10/13 15:08:50

  Modified:    xdocs/usermanual Tag: rel-2_0 index.xml
                        build-ldap-test-plan.xml component_reference.xml
  Removed:     xdocs/usermanual Tag: rel-2_0 build-ldapext-test-plan.xml
  Log:
  Remove LDAP extended details as not in this release; update While docs
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.32.2.5  +2 -3      jakarta-jmeter/xdocs/usermanual/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/index.xml,v
  retrieving revision 1.32.2.4
  retrieving revision 1.32.2.5
  diff -u -r1.32.2.4 -r1.32.2.5
  --- index.xml 12 Oct 2004 16:52:55 -0000      1.32.2.4
  +++ index.xml 13 Oct 2004 22:08:50 -0000      1.32.2.5
  @@ -37,7 +37,6 @@
     <li><a href="#build-db-test-plan">+</a>...<a href="build-db-test-plan.html">7. 
Building a Database Test Plan</a></li>
     <li><a href="#build-ftp-test-plan">+</a>...<a href="build-ftp-test-plan.html">8. 
Building an FTP Test Plan</a></li>
     <li><a href="#build-ldap-test-plan">+</a>...<a 
href="build-ldap-test-plan.html">9. Building an LDAP Test Plan</a></li>
  -  <li><a href="#build-ldapext-test-plan">+</a>...<a 
href="build-ldapext-test-plan.html">9b. Building an Extended LDAP Test Plan</a></li>
     <li><a href="#build-ws-test-plan">+</a>...<a href="build-ws-test-plan.html">10. 
Building a Webservice Test Plan</a></li>
     <li><a href="#build-monitor-test-plan">+</a>...<a 
href="build-monitor-test-plan.html">11. Building a Monitor Test Plan</a></li>
     <li><a href="#remote-test">+</a>...<a href="remote-test.html">12. Remote 
Testing</a></li>
  
  
  
  1.6.2.3   +2 -2      jakarta-jmeter/xdocs/usermanual/build-ldap-test-plan.xml
  
  Index: build-ldap-test-plan.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/build-ldap-test-plan.xml,v
  retrieving revision 1.6.2.2
  retrieving revision 1.6.2.3
  diff -u -r1.6.2.2 -r1.6.2.3
  --- build-ldap-test-plan.xml  11 Oct 2004 18:35:52 -0000      1.6.2.2
  +++ build-ldap-test-plan.xml  13 Oct 2004 22:08:50 -0000      1.6.2.3
  @@ -15,7 +15,7 @@
      See the License for the specific language governing permissions and
      limitations under the License.
   -->
  -<document prev="build-ftp-test-plan.html" next="build-ldapext-test-plan.html" 
date="$Date$">
  +<document prev="build-ftp-test-plan.html" next="build-ws-test-plan.html" 
date="$Date$">
   
   
   <properties>
  
  
  
  1.87.2.17 +12 -10    jakarta-jmeter/xdocs/usermanual/component_reference.xml
  
  Index: component_reference.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/component_reference.xml,v
  retrieving revision 1.87.2.16
  retrieving revision 1.87.2.17
  diff -u -r1.87.2.16 -r1.87.2.17
  --- component_reference.xml   13 Oct 2004 00:56:46 -0000      1.87.2.16
  +++ component_reference.xml   13 Oct 2004 22:08:50 -0000      1.87.2.17
  @@ -468,7 +468,6 @@
   
   
   <component name="BSF Sampler" index="15.1.10" screenshot="">
  -<center><h2>(ALPHA Code)</h2></center>
        <description><p>This sampler allows you to write a sampler using a BSF 
scripting language.<br></br>
                
                <br></br>
  @@ -836,14 +835,16 @@
   <component name="While Controller" index="15.2.13" screenshot="">
        <description>
   <note>ALPHA CODE</note>
  -             <p>The While Controller runs its children until the condition is 
false, i.e. not "true"
  -If the condition is equal to "false" intially, the Controller does not run at all.
  -             </p>
  +<p>
  +The While Controller runs its children until the condition is "false".
  +</p>
   
   <p>Possible condition values:</p>
   <ul>
  -<li>LAST (or blank) - true whilst last sample is successful</li>
  -<li>Otherwise - the condition is evaluated as a string, which is compared with 
"true"</li>
  +<li>blank - exit loop when last sample in loop fails</li>
  +<li>LAST - exit loop when last sample in loop fails. 
  +If the last sample just before the loop failed, don't enter loop.</li>
  +<li>Otherwise - exit (or don't enter) the loop when the condition is "false"</li>
   </ul>
        </description>
   <properties>
  @@ -1152,7 +1153,8 @@
   </component>
   
   <component index="15.4.3" name="HTTP Proxy Server" screenshot="proxy_control.png">
  -
  +<note>The Proxy Server can only record HTTP traffic. 
  +There is currently no support for recording HTTPS (SSL) sessions.</note>
   <description><p>The Proxy Server allows JMeter to watch and record your actions 
while you browse your web application
   with your normal browser (such as Internet Explorer).  JMeter will create test 
sample objects and store them
   directly into your test plan as you go (so you can view samples interactively while 
you make them).</p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to