On 7 October 2011 11:38,  <pmoua...@apache.org> wrote:
> Author: pmouawad
> Date: Fri Oct  7 10:38:56 2011
> New Revision: 1179989
>
> URL: http://svn.apache.org/viewvc?rev=1179989&view=rev
> Log:
> Last fix to tests failures after renaming HTMLParserTestFile_2.htm to 
> HTMLParserTestFile_2.html

> -Fixed path
> -Fixed by attributes (but maybe platform dependent, on my computer file is 
> 1282 so Ok for me, was it an issue in XML ?)

Problem is that the input files are flagged as native, so have
different EOLs on different systems.

Also, XML output files are always LF; I forgot to fix that.

I'll fix these issues.

> Modified:
>    jakarta/jmeter/trunk/bin/testfiles/HTMLParserTestFile_2.xml
>
> Modified: jakarta/jmeter/trunk/bin/testfiles/HTMLParserTestFile_2.xml
> URL: 
> http://svn.apache.org/viewvc/jakarta/jmeter/trunk/bin/testfiles/HTMLParserTestFile_2.xml?rev=1179989&r1=1179988&r2=1179989&view=diff
> ==============================================================================
> --- jakarta/jmeter/trunk/bin/testfiles/HTMLParserTestFile_2.xml (original)
> +++ jakarta/jmeter/trunk/bin/testfiles/HTMLParserTestFile_2.xml Fri Oct  7 
> 10:38:56 2011
> @@ -1,16 +1,16 @@
>  <?xml version="1.0" encoding="UTF-8"?>
>  <testResults version="1.2">
>  <httpSample s="true" lb="Download embedded" rc="200" rm="OK" tn="Thread 
> Group 1-1" dt="text" de="" by="40174" sc="1" ec="0" ng="1" na="1">
> -  <httpSample s="true" lb="file:testfiles/HTMLParserTestFile_2.htm" rc="200" 
> rm="OK" tn="Thread Group 1-1" dt="text" de="" by="40174" sc="1" ec="0" ng="0" 
> na="0">
> +  <httpSample s="true" lb="file:testfiles/HTMLParserTestFile_2.html" 
> rc="200" rm="OK" tn="Thread Group 1-1" dt="text" de="" by="40174" sc="1" 
> ec="0" ng="0" na="0">
>     <responseHeader class="java.lang.String"></responseHeader>
>     <requestHeader class="java.lang.String"></requestHeader>
>     <responseFile class="java.lang.String"></responseFile>
>     <cookies class="java.lang.String"></cookies>
>     <method class="java.lang.String">GET</method>
>     <queryString class="java.lang.String"></queryString>
> -    <java.net.URL>file:testfiles/HTMLParserTestFile_2.htm</java.net.URL>
> +    <java.net.URL>file:testfiles/HTMLParserTestFile_2.html</java.net.URL>
>   </httpSample>
> -  <httpSample s="true" 
> lb="file:testfiles/HTMLParserTestFile_2_files/style.css" rc="200" rm="OK" 
> tn="Thread Group 1-1" dt="text" de="" by="1321" sc="1" ec="0" ng="0" na="0">
> +  <httpSample s="true" 
> lb="file:testfiles/HTMLParserTestFile_2_files/style.css" rc="200" rm="OK" 
> tn="Thread Group 1-1" dt="text" de="" by="1282" sc="1" ec="0" ng="0" na="0">
>     <responseHeader class="java.lang.String"></responseHeader>
>     <requestHeader class="java.lang.String"></requestHeader>
>     <responseFile class="java.lang.String"></responseFile>
> @@ -106,7 +106,7 @@
>   <cookies class="java.lang.String"></cookies>
>   <method class="java.lang.String">GET</method>
>   <queryString class="java.lang.String"></queryString>
> -  <java.net.URL>file:testfiles/HTMLParserTestFile_2.htm</java.net.URL>
> +  <java.net.URL>file:testfiles/HTMLParserTestFile_2.html</java.net.URL>
>  </httpSample>
>
>  </testResults>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: notifications-unsubscr...@jakarta.apache.org
> For additional commands, e-mail: notifications-h...@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: dev-h...@jakarta.apache.org

Reply via email to