sebb        2004/02/04 17:54:17

  Modified:    xdocs/usermanual component_reference.xml
  Log:
  Added missing BSH Assertion param; added MD5 doc
  
  Revision  Changes    Path
  1.78      +13 -1     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.77
  retrieving revision 1.78
  diff -u -r1.77 -r1.78
  --- component_reference.xml   4 Feb 2004 14:02:39 -0000       1.77
  +++ component_reference.xml   5 Feb 2004 01:54:17 -0000       1.78
  @@ -1335,9 +1335,21 @@
   
   <properties>
   <property name="Name" required="">Descriptive name for this element that is shown 
in the tree.</property>
  +<property name="Script" required="Yes">The BeanShell script to run</property>
   
   </properties>
   </component>
  +
  +<component index="14.5.6" name="MD5Hex Assertion">
  +<description><p>The MD5Hex Assertion allows the user to check the MD5 hash of the 
response data.</p></description>
  +
  +<properties>
  +<property name="Name" required="">Descriptive name for this element that is shown 
in the tree.</property>
  +<property name="MD5 sum" required="Yes">32 hex digits representing the MD5 hash 
(case not significant)</property>
  +
  +</properties>
  +</component>
  +
   
   </section>
   
  
  
  

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

Reply via email to