On 10 December 2011 12:09,  <[email protected]> wrote:
> Author: pmouawad
> Date: Sat Dec 10 12:09:18 2011
> New Revision: 1212779
>
> URL: http://svn.apache.org/viewvc?rev=1212779&view=rev
> Log:
> Bug 52310 - variable in IPSource failed HTTP request if "Concurrent Pool 
> Size" is enabled
> ROLLBACK (Oups one modification passed)

OK, before making any more changes, we need to add a test case for the issue.
[E.g. a new batch test]
This will fail until the bug is fixed.

> Modified:
>    jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterContextService.java
>
> Modified: 
> jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterContextService.java
> URL: 
> http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterContextService.java?rev=1212779&r1=1212778&r2=1212779&view=diff
> ==============================================================================
> --- jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterContextService.java 
> (original)
> +++ jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterContextService.java 
> Sat Dec 10 12:09:18 2011
> @@ -48,14 +48,6 @@ public final class JMeterContextService
>     }
>
>     /**
> -     * Replace Thread Context by the parameter
> -     * @param context {@link JMeterContext}
> -     */
> -    public static void replaceContext(JMeterContext context) {
> -       threadContext.remove();
> -       threadContext.set(context);
> -    }
> -    /**
>      * Gives access to the current thread context.
>      *
>      * @return the current thread Context
>
>

Reply via email to