You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2018/04/21 20:12:01 UTC

svn commit: r1829745 - in /jmeter/trunk: bin/testfiles/TestRedirectionPolicies.csv bin/testfiles/TestRedirectionPolicies.xml build.xml

Author: pmouawad
Date: Sat Apr 21 20:12:01 2018
New Revision: 1829745

URL: http://svn.apache.org/viewvc?rev=1829745&view=rev
Log:
Add test to show a regression was introduced when migrating to new HttpClient API

Modified:
    jmeter/trunk/bin/testfiles/TestRedirectionPolicies.csv   (props changed)
    jmeter/trunk/bin/testfiles/TestRedirectionPolicies.xml   (props changed)
    jmeter/trunk/build.xml

Propchange: jmeter/trunk/bin/testfiles/TestRedirectionPolicies.csv
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jmeter/trunk/bin/testfiles/TestRedirectionPolicies.xml
------------------------------------------------------------------------------
--- svn:eol-style (original)
+++ svn:eol-style Sat Apr 21 20:12:01 2018
@@ -1 +1 @@
-native
+LF

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1829745&r1=1829744&r2=1829745&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Sat Apr 21 20:12:01 2018
@@ -2817,7 +2817,12 @@ run JMeter unless all the JMeter jars ar
 
   <!-- Additional test scripts -->
   <target name="batch_scripts">
-    <antcall target="batchtest">
+      <antcall target="batchtest">
+        <param name="batchtest.name" value="TestRedirectionPolicies"/>
+        <param name="batchtest.jmx" value="TestRedirectionPolicies.jmx"/>
+      </antcall>
+      
+      <antcall target="batchtest">
       <param name="batchtest.name" value="HTMLParserTestFile_2"/>
       <param name="batchtest.jmx" value="HTMLParserTestFile_2.jmx"/>
     </antcall>