You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2017/03/13 22:52:27 UTC

svn commit: r1786821 - in /jmeter/trunk/bin/testfiles: TestKeepAlive.jmx TestKeepAlive.xml

Author: sebb
Date: Mon Mar 13 22:52:27 2017
New Revision: 1786821

URL: http://svn.apache.org/viewvc?rev=1786821&view=rev
Log:
Fix RA name to agree with test

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

Modified: jmeter/trunk/bin/testfiles/TestKeepAlive.jmx
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/testfiles/TestKeepAlive.jmx?rev=1786821&r1=1786820&r2=1786821&view=diff
==============================================================================
--- jmeter/trunk/bin/testfiles/TestKeepAlive.jmx (original)
+++ jmeter/trunk/bin/testfiles/TestKeepAlive.jmx Mon Mar 13 22:52:27 2017
@@ -207,7 +207,7 @@ vars.put("thirdPause",thirdPau
             <stringProp name="HTTPSampler.response_timeout"></stringProp>
           </HTTPSamplerProxy>
           <hashTree>
-            <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="RA_Max99" enabled="true">
+            <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="RA_Max98" enabled="true">
               <collectionProp name="Asserion.test_strings">
                 <stringProp name="-1636660816">Keep-Alive: timeout=30, max=98</stringProp>
               </collectionProp>
@@ -247,7 +247,7 @@ vars.put(&quot;thirdPause&quot;,thirdPau
             <stringProp name="HTTPSampler.response_timeout"></stringProp>
           </HTTPSamplerProxy>
           <hashTree>
-            <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="RA_Max99" enabled="true">
+            <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="RA_Max97" enabled="true">
               <collectionProp name="Asserion.test_strings">
                 <stringProp name="-1636660817">Keep-Alive: timeout=30, max=97</stringProp>
               </collectionProp>

Modified: jmeter/trunk/bin/testfiles/TestKeepAlive.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/testfiles/TestKeepAlive.xml?rev=1786821&r1=1786820&r2=1786821&view=diff
==============================================================================
--- jmeter/trunk/bin/testfiles/TestKeepAlive.xml (original)
+++ jmeter/trunk/bin/testfiles/TestKeepAlive.xml Mon Mar 13 22:52:27 2017
@@ -27,7 +27,7 @@
 </httpSample>
 <httpSample s="true" lb="HTTP_Request_REUSE_2" rc="200" rm="OK" dt="text">
   <assertionResult>
-    <name>RA_Max99</name>
+    <name>RA_Max98</name>
     <failure>false</failure>
     <error>false</error>
   </assertionResult>
@@ -39,7 +39,7 @@
 </httpSample>
 <httpSample s="true" lb="HTTP_Request_REUSE_AFTER_VALIDATE" rc="200" rm="OK" dt="text">
   <assertionResult>
-    <name>RA_Max99</name>
+    <name>RA_Max97</name>
     <failure>false</failure>
     <error>false</error>
   </assertionResult>