You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by Philippe Mouawad <ph...@gmail.com> on 2013/08/19 21:46:38 UTC

Re: svn commit: r1515011 - in /jmeter/trunk/xdocs: changes.xml usermanual/component_reference.xml

GREAT YOU FIXED THIS ONE !
Thanks


On Sat, Aug 17, 2013 at 6:40 PM, <se...@apache.org> wrote:

> Author: sebb
> Date: Sat Aug 17 16:40:19 2013
> New Revision: 1515011
>
> URL: http://svn.apache.org/r1515011
> Log:
> CSV Dataset Config loses sharing mode when switching languages
> Updated docs
> Bugzilla Id: 55432
>
> Modified:
>     jmeter/trunk/xdocs/changes.xml
>     jmeter/trunk/xdocs/usermanual/component_reference.xml
>
> Modified: jmeter/trunk/xdocs/changes.xml
> URL:
> http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1515011&r1=1515010&r2=1515011&view=diff
>
> ==============================================================================
> --- jmeter/trunk/xdocs/changes.xml (original)
> +++ jmeter/trunk/xdocs/changes.xml Sat Aug 17 16:40:19 2013
> @@ -170,13 +170,6 @@ To workaround this issue, ensure you alw
>  </li>
>
>  <li>
> -Changing language can break part of the configuration of the following
> elements (see <bugzilla>55432</bugzilla>):
> -<ul>
> -    <li>CSV Data Set Config (sharing mode will be lost)</li>
> -</ul>
> -</li>
> -
> -<li>
>  The numbers that appear to the left of the green box are the number of
> active threads / total number of threads,
>  these only apply to a locally run test; they do not include any threads
> started on remote systems when using client-server mode, (see
> <bugzilla>54152</bugzilla>).
>  </li>
> @@ -359,7 +352,7 @@ Previously the default was 1, which coul
>  <ul>
>  <li><bugzilla>55241</bugzilla> - Need GUI Editor to process fields which
> are based on Enums with localised display strings</li>
>  <li><bugzilla>55440</bugzilla> - ComboStringEditor should allow tags to
> be language dependent</li>
> -<li><bugzilla>55432</bugzilla> -  CSV Dataset Config loses sharing mode
> when switching languages</li>
> +<li><bugzilla>55432</bugzilla> - CSV Dataset Config loses sharing mode
> when switching languages</li>
>  </ul>
>
>  <h3>General</h3>
>
> Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
> URL:
> http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1515011&r1=1515010&r2=1515011&view=diff
>
> ==============================================================================
> --- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
> +++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Aug 17
> 16:40:19 2013
> @@ -3399,7 +3399,6 @@ The Comparison Assertion Visualizer show
>    Or you could use the thread number to share the file between the same
> thread numbers in different thread groups.
>    </li>
>    </ul>
> -  <note>When switching language, ensure you set again Sharing mode as a
> known bug (<bugzilla>55432</bugzilla>) may break your configuration</note>
>    </property>
>  </properties>
>  </component>
>
>
>


-- 
Cordialement.
Philippe Mouawad.

Re: svn commit: r1515011 - in /jmeter/trunk/xdocs: changes.xml usermanual/component_reference.xml

Posted by sebb <se...@gmail.com>.
On 19 August 2013 20:46, Philippe Mouawad <ph...@gmail.com> wrote:
> GREAT YOU FIXED THIS ONE !
> Thanks

I hope so. It seems to work for me.

>
> On Sat, Aug 17, 2013 at 6:40 PM, <se...@apache.org> wrote:
>
>> Author: sebb
>> Date: Sat Aug 17 16:40:19 2013
>> New Revision: 1515011
>>
>> URL: http://svn.apache.org/r1515011
>> Log:
>> CSV Dataset Config loses sharing mode when switching languages
>> Updated docs