Re: Regression on Linux System

Wolfgang Fahl <[email protected]> Tue, 20 Oct 2009 13:02:29 +0200
Newsgroups gmane.comp.web.httpunit.devel
Organization BITPlan GmbH
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--===============4480344444869107571==
Content-Type: multipart/alternative;
	boundary="------------050001060800040908030701"

This is a multi-part message in MIME format.
--------------050001060800040908030701
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit

Russell,

thanks for checking this out. In the meantime I ran a test on my systems 
with different versions of httpunit. I am a bit lost now in how to find 
the problem since it seems to
be much dependend on the development environment used.

The following script was run by me:
root=`pwd`
for r in 1020 1030 1040 1050 1060 1061
do
   cd $root
   svn checkout -r $r 
https://httpunit.svn.sourceforge.net/svnroot/httpunit/trunk/httpunit 
httpunit$r
   cd httpunit$r
   mvn test
done
I piped the result to htrestresult and then checked the result with:
grep -i "Tests run" htestresult | grep -v "Errors: 0"

On my Linux machine i get:
r1020: Tests run: 728, Failures: 0, Errors: 5, Skipped: 0
r1030: Tests run: 729, Failures: 2, Errors: 5, Skipped: 0
r1030: Tests run: 730, Failures: 1, Errors: 5, Skipped: 0
r1050: Tests run: 736, Failures: 1, Errors: 5, Skipped: 0
r1060: Tests run: 740, Failures: 1, Errors: 5, Skipped: 0

On the Mac OS X 10.6.1 system it is:
Tests run: 728, Failures: 1, Errors: 0, Skipped: 0
Tests run: 729, Failures: 3, Errors: 0, Skipped: 0
Tests run: 730, Failures: 0, Errors: 0, Skipped: 0
Tests run: 736, Failures: 0, Errors: 0, Skipped: 0
Tests run: 740, Failures: 0, Errors: 0, Skipped: 0
Tests run: 740, Failures: 0, Errors: 0, Skipped: 0

Both tests were done with Java 1.6

Here are teh details of the failures on Linux:

Ausgecheckt, Revision 1020.

Tests in error:
   testAppletLoading(com.meterware.httpunit.WebAppletTest)
   testAppletParameterAccess(com.meterware.httpunit.WebAppletTest)
   testAppletFindFromApplet(com.meterware.httpunit.WebAppletTest)
   testShowDocument(com.meterware.httpunit.WebAppletTest)
   testAppletWithinADirectory(com.meterware.httpunit.WebAppletTest)

Tests run: 728, Failures: 0, Errors: 5, Skipped: 0
Ausgecheckt, Revision 1030.

Failed tests:
   testSingleHeaders(com.meterware.servletunit.HttpServletResponseTest)
   testMultipleHeaders(com.meterware.servletunit.HttpServletResponseTest)

Tests in error:
   testAppletLoading(com.meterware.httpunit.WebAppletTest)
   testAppletParameterAccess(com.meterware.httpunit.WebAppletTest)
   testAppletFindFromApplet(com.meterware.httpunit.WebAppletTest)
   testShowDocument(com.meterware.httpunit.WebAppletTest)
   testAppletWithinADirectory(com.meterware.httpunit.WebAppletTest)

Tests run: 729, Failures: 2, Errors: 5, Skipped: 0
Ausgecheckt, Revision 1040.

Failed tests:
   testCookieAge(com.meterware.httpunit.cookies.CookieTest)

Tests in error:
   testAppletLoading(com.meterware.httpunit.WebAppletTest)
   testAppletParameterAccess(com.meterware.httpunit.WebAppletTest)
   testAppletFindFromApplet(com.meterware.httpunit.WebAppletTest)
   testShowDocument(com.meterware.httpunit.WebAppletTest)
   testAppletWithinADirectory(com.meterware.httpunit.WebAppletTest)

Tests run: 730, Failures: 1, Errors: 5, Skipped: 0
Ausgecheckt, Revision 1050.

Failed tests:
   testCookieAge(com.meterware.httpunit.cookies.CookieTest)

Tests in error:
   testAppletLoading(com.meterware.httpunit.WebAppletTest)
   testAppletParameterAccess(com.meterware.httpunit.WebAppletTest)
   testAppletFindFromApplet(com.meterware.httpunit.WebAppletTest)
   testShowDocument(com.meterware.httpunit.WebAppletTest)
   testAppletWithinADirectory(com.meterware.httpunit.WebAppletTest)

Tests run: 736, Failures: 1, Errors: 5, Skipped: 0
Ausgecheckt, Revision 1060.

Failed tests:
   testCookieAge(com.meterware.httpunit.cookies.CookieTest)

Tests in error:
   testAppletLoading(com.meterware.httpunit.WebAppletTest)
   testAppletParameterAccess(com.meterware.httpunit.WebAppletTest)
   testAppletFindFromApplet(com.meterware.httpunit.WebAppletTest)
   testShowDocument(com.meterware.httpunit.WebAppletTest)
   testAppletWithinADirectory(com.meterware.httpunit.WebAppletTest)

Tests run: 740, Failures: 1, Errors: 5, Skipped: 0


Wolfgang

Am 04.09.09 05:42, schrieb Russell Gold:
> On my windows XP box, running from the command line, I get one failure 
> in: testRefererHeaderWithStrippingReferer or 
> testRedirectedRefererHeader or two failures: testRefererHeader and 
> testmetaEncoding.
>
> On MacOSX I get one intermittent failure in testFindNoTables or 
>  testQuotedEncoding
>
> I am going to guess that this might be a problem in the pseudoserver 
> somehow. There seems to be a race condition here.
>
>
> On Aug 26, 2009, at 2:23 AM, Wolfgang Fahl wrote:
>
>> Dear httpunit developers and users,
>>
>> In my main Windows XP environment with Eclipse Ganymede everything is 
>> fine: 801 of 801 tests run.
>>
>> trying to test the current subversion trunk (Revision 1060) on a Suse 
>> 10.2 linux system with Eclipse Europa and on the command line gave me 
>> mixed results. (See below). I'd like to ask you to help getting the 
>> remaining problems sorted out:
>> 1. testCookieAge still seems to fail in certain environments
>>
>> 2. there seems to be some reason for tests to fail in a (on first 
>> sight) non-deterministic way. It would be great to know if this also 
>> happens in other environments and try to track down the reason for 
>> this behaviour.
>>
>>
>> Thanks for your support.
>>
>> Yours
>>   Wolfgang
>>
>> Testing with
>>       mvn clean install
>> leads to:
>>
>> Failed tests: testCookieAge(com.meterware.httpunit.cookies.CookieTest)
>>
>> Tests in error:
>> Tests run: 740, Failures: 1, Errors: 0, Skipped: 0
>>
>> Doing the tests from Eclipse the situation is different:
>>
>> testRefreshHeader:
>> junit.framework.AssertionFailedError: No Refresh header found
>> ...
>> com.meterware.httpunit.WebPageTest.testRefreshHeader(WebPageTest.java:241) 
>>
>>       at
>>
>> on another run:
>> 1) 
>> testJapaneseLinkParamNameWithValue(com.meterware.httpunit.EncodingTest)com.meterware.httpunit.NotHTMLException: 
>> The content type of the response is 'unknown/unknown': it must be 
>> 'text/html' in order to be recognized as HTML
>>       at 
>> com.meterware.httpunit.WebResponse.getReceivedPage(WebResponse.java:1344) 
>>
>>       at
>>
>> There was 1 failure:
>> 1) 
>> testAuthenticationNegotiateRequest(com.meterware.httpunit.WebClientTest)junit.framework.ComparisonFailure: 
>> authorization expected:<unauthoriz...> but was:<Not Modifi...>
>>       at 
>> com.meterware.httpunit.WebClientTest.testAuthenticationNegotiateRequest(WebClientTest.java:492) 
>>
>>       at
>> FAILURES!!!
>> Tests run: 801,  Failures: 1,  Errors: 1
>>
>>
>> Yet another run:
>> There was 1 failure:
>> 1) 
>> testBasicAuthenticationRequestedForUnknownRealm(com.meterware.httpunit.WebClientTest)junit.framework.AssertionFailedError: 
>> Should have rejected authentication
>>       at
>> FAILURES!!!
>> Tests run: 801,  Failures: 1,  Errors: 0
>>
>> Yet another run:
>> There was 1 error:
>> 1) 
>> testIllegalMultiFileSubmit(com.meterware.httpunit.FileUploadTest)com.meterware.httpunit.NotHTMLException: 
>> The content type of the response is 'unknown/unknown': it must be 
>> 'text/html' in order to be recognized as HTML
>>       at 
>> com.meterware.httpunit.WebResponse.getReceivedPage(WebResponse.java:1344) 
>>
>>       at
>>
>> There was 1 failure:
>> 1) 
>> testAuthenticationNegotiateRequest(com.meterware.httpunit.WebClientTest)junit.framework.ComparisonFailure: 
>> authorization expected:<unauthoriz...> but was:<Not Modifi...>
>>       at 
>> com.meterware.httpunit.WebClientTest.testAuthenticationNegotiateRequest(WebClientTest.java:492) 
>>
>>       at
>> FAILURES!!!
>> Tests run: 801,  Failures: 1,  Errors: 1
>>
>>
>>
>>
>> Yours
>>
>> Wolfgang
>> *
>> *
>> *BITPlan* - smart solutions
>> Pater-Delp-Str. 1, D-47877 Willich Schiefbahn
>> Tel. +49 2154 811-480, Fax +49 2154 811-481
>> Web: http://www.bitplan.de
>> bitplan GmbH, Willich - HRB 6820 Krefeld, VAT-ID: 10258040548, 
>> Geschäftsführer: Wolfgang Fahl
>> ------------------------------------------------------------------------------
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 
>> 30-Day
>> trial. Simplify your report design, integration and deployment - and 
>> focus on
>> what you do best, core application coding. Discover what's new with
>> Crystal Reports now. 
>> http://p.sf.net/sfu/bobj-july_______________________________________________
>> Httpunit-develop mailing list
>> [email protected] 
>> <mailto:[email protected]>
>> https://lists.sourceforge.net/lists/listinfo/httpunit-develop
>
> -----------------
> Come read my webnovel, /Take a Lemon /<http://www.takealemon.com>,
> and listen to the Misfile radio play 
> <http://www.gold-family.us/audio/misfile.html>!
>
>
>
>


-- 

BITPlan - smart solutions
Wolfgang Fahl
Pater-Delp-Str. 1, D-47877 Willich Schiefbahn
Tel. +49 2154 811-480, Fax +49 2154 811-481
Web: http://www.bitplan.de
BITPlan GmbH, Willich - HRB 6820 Krefeld, Steuer-Nr.: 10258040548, Geschäftsführer: Wolfgang Fahl


--------------050001060800040908030701
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Russell,<br>
<br>
thanks for checking this out. In the meantime I ran a test on my
systems with different versions of httpunit. I am a bit lost now in how
to find the problem since it seems to <br>
be much dependend on the development environment used.<br>
<br>
The following script was run by me:<br>
root=`pwd`<br>
for r in 1020 1030 1040 1050 1060 1061<br>
do<br>
&nbsp; cd $root<br>
&nbsp; svn checkout -r $r
<a class="moz-txt-link-freetext" href="https://httpunit.svn.sourceforge.net/svnroot/httpunit/trunk/httpunit">https://httpunit.svn.sourceforge.net/svnroot/httpunit/trunk/httpunit</a>
httpunit$r<br>
&nbsp; cd httpunit$r<br>
&nbsp; mvn test<br>
done <br>
I piped the result to htrestresult and then checked the result with:<br>
grep -i "Tests run" htestresult | grep -v "Errors: 0"<br>
<br>
On my Linux machine i get:<br>
r1020: Tests run: 728, Failures: 0, Errors: 5, Skipped: 0<br>
r1030: Tests run: 729, Failures: 2, Errors: 5, Skipped: 0<br>
r1030: Tests run: 730, Failures: 1, Errors: 5, Skipped: 0<br>
r1050: Tests run: 736, Failures: 1, Errors: 5, Skipped: 0<br>
r1060: Tests run: 740, Failures: 1, Errors: 5, Skipped: 0<br>
<br>
On the Mac OS X 10.6.1 system it is:<br>
Tests run: 728, Failures: 1, Errors: 0, Skipped: 0<br>
Tests run: 729, Failures: 3, Errors: 0, Skipped: 0<br>
Tests run: 730, Failures: 0, Errors: 0, Skipped: 0<br>
Tests run: 736, Failures: 0, Errors: 0, Skipped: 0<br>
Tests run: 740, Failures: 0, Errors: 0, Skipped: 0<br>
Tests run: 740, Failures: 0, Errors: 0, Skipped: 0<br>
<br>
Both tests were done with Java 1.6<br>
<br>
Here are teh details of the failures on Linux:<br>
<br>
Ausgecheckt, Revision 1020.<br>
<br>
Tests in error: <br>
&nbsp; testAppletLoading(com.meterware.httpunit.WebAppletTest)<br>
&nbsp; testAppletParameterAccess(com.meterware.httpunit.WebAppletTest)<br>
&nbsp; testAppletFindFromApplet(com.meterware.httpunit.WebAppletTest)<br>
&nbsp; testShowDocument(com.meterware.httpunit.WebAppletTest)<br>
&nbsp; testAppletWithinADirectory(com.meterware.httpunit.WebAppletTest)<br>
<br>
Tests run: 728, Failures: 0, Errors: 5, Skipped: 0<br>
Ausgecheckt, Revision 1030.<br>
<br>
Failed tests: <br>
&nbsp; testSingleHeaders(com.meterware.servletunit.HttpServletResponseTest)<br>
&nbsp; testMultipleHeaders(com.meterware.servletunit.HttpServletResponseTest)<br>
<br>
Tests in error: <br>
&nbsp; testAppletLoading(com.meterware.httpunit.WebAppletTest)<br>
&nbsp; testAppletParameterAccess(com.meterware.httpunit.WebAppletTest)<br>
&nbsp; testAppletFindFromApplet(com.meterware.httpunit.WebAppletTest)<br>
&nbsp; testShowDocument(com.meterware.httpunit.WebAppletTest)<br>
&nbsp; testAppletWithinADirectory(com.meterware.httpunit.WebAppletTest)<br>
<br>
Tests run: 729, Failures: 2, Errors: 5, Skipped: 0<br>
Ausgecheckt, Revision 1040.<br>
<br>
Failed tests: <br>
&nbsp; testCookieAge(com.meterware.httpunit.cookies.CookieTest)<br>
<br>
Tests in error: <br>
&nbsp; testAppletLoading(com.meterware.httpunit.WebAppletTest)<br>
&nbsp; testAppletParameterAccess(com.meterware.httpunit.WebAppletTest)<br>
&nbsp; testAppletFindFromApplet(com.meterware.httpunit.WebAppletTest)<br>
&nbsp; testShowDocument(com.meterware.httpunit.WebAppletTest)<br>
&nbsp; testAppletWithinADirectory(com.meterware.httpunit.WebAppletTest)<br>
<br>
Tests run: 730, Failures: 1, Errors: 5, Skipped: 0<br>
Ausgecheckt, Revision 1050.<br>
<br>
Failed tests: <br>
&nbsp; testCookieAge(com.meterware.httpunit.cookies.CookieTest)<br>
<br>
Tests in error: <br>
&nbsp; testAppletLoading(com.meterware.httpunit.WebAppletTest)<br>
&nbsp; testAppletParameterAccess(com.meterware.httpunit.WebAppletTest)<br>
&nbsp; testAppletFindFromApplet(com.meterware.httpunit.WebAppletTest)<br>
&nbsp; testShowDocument(com.meterware.httpunit.WebAppletTest)<br>
&nbsp; testAppletWithinADirectory(com.meterware.httpunit.WebAppletTest)<br>
<br>
Tests run: 736, Failures: 1, Errors: 5, Skipped: 0<br>
Ausgecheckt, Revision 1060.<br>
<br>
Failed tests: <br>
&nbsp; testCookieAge(com.meterware.httpunit.cookies.CookieTest)<br>
<br>
Tests in error: <br>
&nbsp; testAppletLoading(com.meterware.httpunit.WebAppletTest)<br>
&nbsp; testAppletParameterAccess(com.meterware.httpunit.WebAppletTest)<br>
&nbsp; testAppletFindFromApplet(com.meterware.httpunit.WebAppletTest)<br>
&nbsp; testShowDocument(com.meterware.httpunit.WebAppletTest)<br>
&nbsp; testAppletWithinADirectory(com.meterware.httpunit.WebAppletTest)<br>
<br>
Tests run: 740, Failures: 1, Errors: 5, Skipped: 0<br>
<br>
<br>
Wolfgang<br>
<br>
Am 04.09.09 05:42, schrieb Russell Gold:
<blockquote
 cite="mid:[email protected]"
 type="cite">On my windows XP box, running from the command line, I get
one failure in: testRefererHeaderWithStrippingReferer or
testRedirectedRefererHeader or two failures: testRefererHeader and
testmetaEncoding.
  <div><br>
  </div>
  <div>On MacOSX I get one intermittent failure in&nbsp;testFindNoTables or
&nbsp;testQuotedEncoding</div>
  <div><br>
  </div>
  <div>I am going to guess that this might be a problem in the
pseudoserver somehow. There seems to be a race condition here.</div>
  <div><br>
  </div>
  <div><br>
  <div>
  <div>On Aug 26, 2009, at 2:23 AM, Wolfgang Fahl wrote:</div>
  <br class="Apple-interchange-newline">
  <blockquote type="cite">
    <div>
    <div align="left"><font face="Courier New" size="2">
    <span style="font-size: 10pt;">Dear httpunit developers and users,</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
    <br>
    </span>
    </font></div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
In my main Windows XP environment with Eclipse Ganymede
everything is fine: 801 of 801 tests run. </span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
    <br>
    </span>
    </font></div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
trying to test the current subversion trunk (Revision
1060) on a Suse 10.2 linux system with Eclipse Europa
and on the command line gave me mixed results. (See
below). I'd like to ask you to help getting the
remaining problems sorted out:</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
1. testCookieAge still seems to fail in certain
environments</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
    <br>
    </span>
    </font></div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
2. there seems to be some reason for tests to fail in a
(on first sight) non-deterministic way. It would be
great to know if this also happens in other environments
and try to track down the reason for this behaviour.</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
    <br>
    </span>
    </font></div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
    <br>
    </span>
    </font></div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
Thanks for your support.</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
    <br>
    </span>
    </font></div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
Yours</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
&nbsp; Wolfgang</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
    <br>
    </span>
    </font></div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
Testing with </span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mvn clean install</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
leads to:</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
    <br>
    </span>
    </font></div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
Failed tests:
testCookieAge(com.meterware.httpunit.cookies.CookieTest)</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
    <br>
    </span>
    </font></div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
Tests in error: </span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
Tests run: 740, Failures: 1, Errors: 0, Skipped: 0</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
    <br>
    </span>
    </font></div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
Doing the tests from Eclipse the situation is different:</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
    <br>
    </span>
    </font></div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
testRefreshHeader:</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
junit.framework.AssertionFailedError: No Refresh header
found</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
...</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
com.meterware.httpunit.WebPageTest.testRefreshHeader(WebPageTest.java:241)</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at </span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
    <br>
    </span>
    </font></div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
on another run:</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
1)
testJapaneseLinkParamNameWithValue(com.meterware.httpunit.EncodingTest)com.meterware.httpunit.NotHTMLException:
The
content type of the response is 'unknown/unknown':
it must be 'text/html' in order to be recognized as HTML</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at
com.meterware.httpunit.WebResponse.getReceivedPage(WebResponse.java:1344)</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at </span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
    <br>
    </span>
    </font></div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
There was 1 failure:</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
1)
testAuthenticationNegotiateRequest(com.meterware.httpunit.WebClientTest)junit.framework.ComparisonFailure:
authorization
expected:&lt;unauthoriz...&gt; but was:&lt;Not
Modifi...&gt;</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at
com.meterware.httpunit.WebClientTest.testAuthenticationNegotiateRequest(WebClientTest.java:492)</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at </span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
FAILURES!!!</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
Tests run: 801,&nbsp; Failures: 1,&nbsp; Errors: 1</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
    <br>
    </span>
    </font></div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
    <br>
    </span>
    </font></div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
Yet another run:</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
There was 1 failure:</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
1)
testBasicAuthenticationRequestedForUnknownRealm(com.meterware.httpunit.WebClientTest)junit.framework.AssertionFailedError:
Should have rejected authentication</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at </span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
FAILURES!!!</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
Tests run: 801,&nbsp; Failures: 1,&nbsp; Errors: 0</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
    <br>
    </span>
    </font></div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
Yet another run:</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
There was 1 error:</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
1)
testIllegalMultiFileSubmit(com.meterware.httpunit.FileUploadTest)com.meterware.httpunit.NotHTMLException:
The
content type of the response is 'unknown/unknown': it
must be 'text/html' in order to be recognized as HTML</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at
com.meterware.httpunit.WebResponse.getReceivedPage(WebResponse.java:1344)</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at </span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
    <br>
    </span>
    </font></div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
There was 1 failure:</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
1)
testAuthenticationNegotiateRequest(com.meterware.httpunit.WebClientTest)junit.framework.ComparisonFailure:
authorization
expected:&lt;unauthoriz...&gt; but was:&lt;Not
Modifi...&gt;</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at
com.meterware.httpunit.WebClientTest.testAuthenticationNegotiateRequest(WebClientTest.java:492)</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at </span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
FAILURES!!!</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
Tests run: 801,&nbsp; Failures: 1,&nbsp; Errors: 1</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
    <br>
    </span>
    </font></div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
    <br>
    </span>
    </font></div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
    <br>
    </span>
    </font></div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
    <br>
    </span>
    </font></div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
Yours</span></font>
    </div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
    <br>
    </span>
    </font></div>
    <div align="left">
    <font face="Courier New" size="2"><span style="font-size: 10pt;">
Wolfgang </span></font>
    </div>
    <div align="left">
    <font face="Arial" size="2"><span style="font-size: 10pt;">
    <b><br>
    </b>
    </span></font>
    </div>
    <div align="left">
    <font face="Arial" size="2"><span style="font-size: 10pt;">
    <b>BITPlan</b> - smart solutions</span></font>
    </div>
    <div align="left">
    <font face="Arial" size="2"><span style="font-size: 10pt;">
Pater-Delp-Str. 1, D-47877 Willich Schiefbahn</span></font>
    </div>
    <div align="left">
    <font face="Arial" size="2"><span style="font-size: 10pt;">
Tel. +49 2154 811-480, Fax +49 2154 811-481</span></font>
    </div>
    <div align="left">
    <font face="Arial" size="2"><span style="font-size: 10pt;">
Web: <a moz-do-not-send="true" href="http://www.bitplan.de">http://www.bitplan.de</a></span></font>
    </div>
    <div align="left">
    <font face="Arial" size="2"><span style="font-size: 10pt;">
bitplan GmbH, Willich - HRB 6820 Krefeld, VAT-ID: 10258040548,
Gesch&auml;ftsf&uuml;hrer: Wolfgang Fahl</span></font>
    </div>
    <div align="left">
&nbsp;</div>
    </div>
------------------------------------------------------------------------------<br>
Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day <br>
trial. Simplify your report design, integration and deployment - and
focus on <br>
what you do best, core application coding. Discover what's new with <br>
Crystal Reports now. &nbsp;<a moz-do-not-send="true"
 href="http://p.sf.net/sfu/bobj-july_______________________________________________">http://p.sf.net/sfu/bobj-july_______________________________________________</a><br>
Httpunit-develop mailing list<br>
    <a moz-do-not-send="true"
 href="mailto:[email protected]">[email protected]</a><br>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/httpunit-develop">https://lists.sourceforge.net/lists/listinfo/httpunit-develop</a><br>
  </blockquote>
  </div>
  <br>
  <div><span class="Apple-style-span"
 style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span
 class="Apple-style-span"
 style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;">
  <div style="word-wrap: break-word;">
  <div>-----------------</div>
  <div>Come read my webnovel,<span class="Apple-converted-space">&nbsp;</span><i>Take
a Lemon<span class="Apple-converted-space">&nbsp;</span></i>&lt;<a
 moz-do-not-send="true" href="http://www.takealemon.com">http://www.takealemon.com</a>&gt;,&nbsp;</div>
  <div>and listen to the Misfile radio play &lt;<a
 moz-do-not-send="true"
 href="http://www.gold-family.us/audio/misfile.html">http://www.gold-family.us/audio/misfile.html</a>&gt;!</div>
  <div><br>
  </div>
  </div>
  </span><br class="Apple-interchange-newline">
  </span><br class="Apple-interchange-newline">
  </div>
  <br>
  </div>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 

BITPlan - smart solutions
Wolfgang Fahl
Pater-Delp-Str. 1, D-47877 Willich Schiefbahn
Tel. +49 2154 811-480, Fax +49 2154 811-481
Web: <a class="moz-txt-link-freetext" href="http://www.bitplan.de">http://www.bitplan.de</a>
BITPlan GmbH, Willich - HRB 6820 Krefeld, Steuer-Nr.: 10258040548, Gesch&auml;ftsf&uuml;hrer: Wolfgang Fahl </pre>
</body>
</html>

--------------050001060800040908030701--


--===============4480344444869107571==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
--===============4480344444869107571==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Httpunit-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/httpunit-develop

--===============4480344444869107571==--