Author: pmouawad
Date: Thu Jan 26 22:45:24 2017
New Revision: 1780487

URL: http://svn.apache.org/viewvc?rev=1780487&view=rev
Log:
Fix test failure

Modified:
    jmeter/trunk/bin/testfiles/SlowCharsFeature.jmx
    jmeter/trunk/bin/testfiles/SlowCharsFeature.xml

Modified: jmeter/trunk/bin/testfiles/SlowCharsFeature.jmx
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/bin/testfiles/SlowCharsFeature.jmx?rev=1780487&r1=1780486&r2=1780487&view=diff
==============================================================================
--- jmeter/trunk/bin/testfiles/SlowCharsFeature.jmx (original)
+++ jmeter/trunk/bin/testfiles/SlowCharsFeature.jmx Thu Jan 26 22:45:24 2017
@@ -56,7 +56,8 @@
           <stringProp name="script">import org.apache.jmeter.util.JMeterUtils;
 
 
JMeterUtils.setProperty(&quot;httpclient.socket.http.cps&quot;,&quot;1500&quot;);
-JMeterUtils.setProperty(&quot;httpclient.socket.https.cps&quot;,&quot;1500&quot;);</stringProp>
+JMeterUtils.setProperty(&quot;httpclient.socket.https.cps&quot;,&quot;1500&quot;);
+SampleResult.setBytes(0);</stringProp>
           <stringProp name="scriptLanguage">groovy</stringProp>
         </JSR223Sampler>
         <hashTree/>

Modified: jmeter/trunk/bin/testfiles/SlowCharsFeature.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/bin/testfiles/SlowCharsFeature.xml?rev=1780487&r1=1780486&r2=1780487&view=diff
==============================================================================
--- jmeter/trunk/bin/testfiles/SlowCharsFeature.xml (original)
+++ jmeter/trunk/bin/testfiles/SlowCharsFeature.xml Thu Jan 26 22:45:24 2017
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <testResults version="1.2">
-<sample s="true" lb="JSR223 Sampler" rc="200" rm="OK" tn="setUp Thread Group 
1-1" dt="text" by="4"/>
+<sample s="true" lb="JSR223 Sampler" rc="200" rm="OK" tn="setUp Thread Group 
1-1" dt="text" by="0"/>
 <httpSample s="true" lb="ApacheJMeter-HP-NonSecure" rc="206" rm="Partial 
Content" tn="Thread Group 1-1" dt="text" by="7359">
   <assertionResult>
     <name>RA_206</name>


Reply via email to