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 2019/05/26 13:23:14 UTC

svn commit: r1860073 - /jmeter/trunk/bin/testfiles/Bug52310.xml

Author: pmouawad
Date: Sun May 26 13:23:14 2019
New Revision: 1860073

URL: http://svn.apache.org/viewvc?rev=1860073&view=rev
Log:
Bug 63464 - image/svg+xml is wrongly considered as binary

Fix broken test
Bugzilla Id: 63464

Modified:
    jmeter/trunk/bin/testfiles/Bug52310.xml

Modified: jmeter/trunk/bin/testfiles/Bug52310.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/testfiles/Bug52310.xml?rev=1860073&r1=1860072&r2=1860073&view=diff
==============================================================================
--- jmeter/trunk/bin/testfiles/Bug52310.xml (original)
+++ jmeter/trunk/bin/testfiles/Bug52310.xml Sun May 26 13:23:14 2019
@@ -5,15 +5,15 @@
   <httpSample s="true" lb="HTTP-Request-Java-0" rc="200" rm="OK" dt="text"/>
   <httpSample s="true" lb="HTTP-Request-Java-1" rc="200" rm="OK" dt="text"/>
   <httpSample s="true" lb="HTTP-Request-Java-2" rc="200" rm="OK" dt="bin"/>
-  <httpSample s="true" lb="HTTP-Request-Java-3" rc="200" rm="OK" dt="bin"/>
-  <httpSample s="true" lb="HTTP-Request-Java-4" rc="200" rm="OK" dt="bin"/>
+  <httpSample s="true" lb="HTTP-Request-Java-3" rc="200" rm="OK" dt="text"/>
+  <httpSample s="true" lb="HTTP-Request-Java-4" rc="200" rm="OK" dt="text"/>
 </httpSample>
 <httpSample s="true" lb="HTTP-Request-HC4" rc="200" rm="OK" dt="text">
   <httpSample s="true" lb="HTTP-Request-HC4-0" rc="200" rm="OK" dt="text"/>
   <httpSample s="true" lb="HTTP-Request-HC4-1" rc="200" rm="OK" dt="text"/>
   <httpSample s="true" lb="HTTP-Request-HC4-2" rc="200" rm="OK" dt="bin"/>
-  <httpSample s="true" lb="HTTP-Request-HC4-3" rc="200" rm="OK" dt="bin"/>
-  <httpSample s="true" lb="HTTP-Request-HC4-4" rc="200" rm="OK" dt="bin"/>
+  <httpSample s="true" lb="HTTP-Request-HC4-3" rc="200" rm="OK" dt="text"/>
+  <httpSample s="true" lb="HTTP-Request-HC4-4" rc="200" rm="OK" dt="text"/>
 </httpSample>
 
 </testResults>