Author: sebb Date: Mon Sep 19 17:16:28 2011 New Revision: 1172712 URL: http://svn.apache.org/viewvc?rev=1172712&view=rev Log: Bug 50917 - Property CookieManager.save.cookies not honored when set from test plan Add note to component reference
Modified: jakarta/jmeter/trunk/xdocs/changes.xml jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Modified: jakarta/jmeter/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/changes.xml?rev=1172712&r1=1172711&r2=1172712&view=diff ============================================================================== --- jakarta/jmeter/trunk/xdocs/changes.xml (original) +++ jakarta/jmeter/trunk/xdocs/changes.xml Mon Sep 19 17:16:28 2011 @@ -177,6 +177,7 @@ This can be overridden by setting the JM <h2>Non-functional changes</h2> <ul> <li>Bug 49976 - FormCharSetFinder visibility is default instead of public. </li> +<li>Bug 50917 - Property CookieManager.save.cookies not honored when set from test plan</li> </ul> </section> Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1172712&r1=1172711&r2=1172712&view=diff ============================================================================== --- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original) +++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Mon Sep 19 17:16:28 2011 @@ -38,6 +38,21 @@ To avoid these artefacts, use the form <br></br>, which Java does seem to handle OK. --> +<section name="§-num;.0 Introduction" anchor="introduction"> +<description> +<p> + +</p> + <note> + Several test elements use JMeter properties to control their behaviour. + These properties are normally resolved when the class is loaded. + This generally occurs before the test plan starts, so it's not possible to change the settings by using the __setProperty() function. +</note> +<p> +</p> +</description> +</section> + <section name="§-num;.1 Samplers" anchor="samplers"> <description> <p> --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@jakarta.apache.org For additional commands, e-mail: notifications-h...@jakarta.apache.org