Author: rjung
Date: Sun Mar 15 15:14:15 2015
New Revision: 1666807

URL: http://svn.apache.org/r1666807
Log:
Fix test failing after switching to the new web
site layout (new-style.css instead of style.css).

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=1666807&r1=1666806&r2=1666807&view=diff
==============================================================================
--- jmeter/trunk/bin/testfiles/Bug52310.xml (original)
+++ jmeter/trunk/bin/testfiles/Bug52310.xml Sun Mar 15 15:14:15 2015
@@ -3,14 +3,14 @@
 <sample s="true" lb="ComputeIPAddr" rc="200" rm="OK" dt="text"/>
 <httpSample s="true" lb="HTTP-Request-HC31" rc="200" rm="OK" dt="text">
   <httpSample s="true" lb="http://jmeter.apache.org/"; rc="200" rm="OK" 
dt="text"/>
-  <httpSample s="true" lb="http://jmeter.apache.org/css/style.css"; rc="200" 
rm="OK" dt="text"/>
+  <httpSample s="true" lb="http://jmeter.apache.org/css/new-style.css"; 
rc="200" rm="OK" dt="text"/>
   <httpSample s="true" lb="http://jmeter.apache.org/images/asf-logo.png"; 
rc="200" rm="OK" dt="bin"/>
   <httpSample s="true" lb="http://jmeter.apache.org/images/logo.jpg"; rc="200" 
rm="OK" dt="bin"/>
   <httpSample s="true" lb="http://jmeter.apache.org/images/twitter.png"; 
rc="200" rm="OK" dt="bin"/>
 </httpSample>
 <httpSample s="true" lb="HTTP-Request-HC4" rc="200" rm="OK" dt="text">
   <httpSample s="true" lb="http://jmeter.apache.org/"; rc="200" rm="OK" 
dt="text"/>
-  <httpSample s="true" lb="http://jmeter.apache.org/css/style.css"; rc="200" 
rm="OK" dt="text"/>
+  <httpSample s="true" lb="http://jmeter.apache.org/css/new-style.css"; 
rc="200" rm="OK" dt="text"/>
   <httpSample s="true" lb="http://jmeter.apache.org/images/asf-logo.png"; 
rc="200" rm="OK" dt="bin"/>
   <httpSample s="true" lb="http://jmeter.apache.org/images/logo.jpg"; rc="200" 
rm="OK" dt="bin"/>
   <httpSample s="true" lb="http://jmeter.apache.org/images/twitter.png"; 
rc="200" rm="OK" dt="bin"/>


Reply via email to