gridinit-jmeter 0.2.9 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -9,6 +9,7 @@ module Gridinit
|
|
9
9
|
<IfController guiclass="IfControllerPanel" testclass="IfController" testname="#{name}" enabled="true">
|
10
10
|
<stringProp name="IfController.condition">#{params[:condition]}</stringProp>
|
11
11
|
<boolProp name="IfController.evaluateAll">false</boolProp>
|
12
|
+
<boolProp name="IfController.useExpression">true</boolProp>
|
12
13
|
</IfController>
|
13
14
|
EOF
|
14
15
|
update params
|