I've some test failures.

Will try to investigate this evening.

-------------------------------------------------------------------------------
Test set: net.sourceforge.jwebunit.htmlunit.JWebUnitTest
-------------------------------------------------------------------------------
Tests run: 306, Failures: 1, Errors: 2, Skipped: 0, Time elapsed: 34.653 sec 
<<< FAILURE!
testDefault(net.sourceforge.jwebunit.tests.ResponseServletTest)  Time elapsed: 
0.063 sec  <<< ERROR!
java.lang.RuntimeException: java.net.SocketTimeoutException: Read timed out
    at 
net.sourceforge.jwebunit..htmlunit.HtmlUnitTestingEngineImpl.gotoPage(HtmlUnitTestingEngineImpl.java:220)
    at 
net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl.beginAt(HtmlUnitTestingEngineImpl.java:173)
    at net.sourceforge.jwebunit.junit.WebTester.beginAt(WebTester.java:192)
    at net.sourceforge.jwebunit.junit.WebTestCase.beginAt(WebTestCase.java:160)
    at 
net.sourceforge.jwebunit.tests.ResponseServletTest.testDefault(ResponseServletTest.java:36)
Caused by: java.net.SocketTimeoutException: Read timed out
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:129)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
    at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78)
    at org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:106)
    at 
org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1116)
    at 
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.readLine(MultiThreadedHttpConnectionManager.java:1413)
    at 
org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1973)
    at 
org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735)
    at 
org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098)
    at 
org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
    at 
org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
    at 
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
    at 
org.apache.commons.httpclient..HttpClient.executeMethod(HttpClient.java:346)
    at 
com.gargoylesoftware.htmlunit.HttpWebConnection.getResponse(HttpWebConnection.java:97)
    at 
com.gargoylesoftware.htmlunit.WebClient.loadWebResponseFromWebConnection(WebClient.java:1477)
    at 
com.gargoylesoftware.htmlunit.WebClient.loadWebResponse(WebClient.java:1435)
    at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:327)
    at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:388)
    at 
net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl.gotoPage(HtmlUnitTestingEngineImpl.java:210)
    ... 37 more

testResponse200(net.sourceforge.jwebunit.tests.ResponseServletTest)  Time 
elapsed: 0.015 sec  <<< ERROR!
java.lang.RuntimeException: java.net.SocketTimeoutException: Read timed out
    at 
net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl.gotoPage(HtmlUnitTestingEngineImpl.java:220)
    at 
net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl.beginAt(HtmlUnitTestingEngineImpl.java:173)
    at net.sourceforge.jwebunit.junit.WebTester.beginAt(WebTester.java:192)
    at net.sourceforge.jwebunit.junit.WebTestCase.beginAt(WebTestCase.java:160)
    at 
net.sourceforge.jwebunit.tests.ResponseServletTest.testResponse200(ResponseServletTest.java:48)
Caused by: java.net.SocketTimeoutException: Read timed out
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:129)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
    at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78)
    at org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:106)
    at 
org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection..java:1116)
    at 
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.readLine(MultiThreadedHttpConnectionManager.java:1413)
    at 
org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1973)
    at 
org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735)
    at 
org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098)
    at 
org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
    at 
org.apache.commons.httpclient.HttpMethodDirector..executeMethod(HttpMethodDirector.java:171)
    at 
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
    at 
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)
    at 
com.gargoylesoftware.htmlunit.HttpWebConnection.getResponse(HttpWebConnection..java:97)
    at 
com.gargoylesoftware.htmlunit.WebClient.loadWebResponseFromWebConnection(WebClient.java:1477)
    at 
com.gargoylesoftware.htmlunit.WebClient.loadWebResponse(WebClient.java:1435)
    at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:327)
    at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:388)
    at 
net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl.gotoPage(HtmlUnitTestingEngineImpl.java:210)
    ... 37 more

testTimeout(net.sourceforge.jwebunit.tests.ResponseServletTest)  Time elapsed: 
0.016 sec  <<< FAILURE!
junit..framework.AssertionFailedError: Text found in response when not 
expected: [hello, world!]
    at junit.framework.Assert.fail(Assert.java:47)
    at 
net.sourceforge.jwebunit.junit.WebTester.assertTextNotPresent(WebTester.java:510)
    at 
net.sourceforge.jwebunit.junit.WebTestCase.assertTextNotPresent(WebTestCase.java:431)
    at 
net.sourceforge.jwebunit.tests.ResponseServletTest.testTimeout(ResponseServletTest.java:92)




________________________________
De : Jevon Wright <[EMAIL PROTECTED]>
À : JWebUnit Development mail list <[email protected]>
Envoyé le : Mercredi, 3 Décembre 2008, 0h28mn 57s
Objet : Re: [JWebUnit-development] Re : Site index.html changes

Hi Julien,

I am ready for a release if you are! After we release I will try to remove the 
WebTestCase generator so we can test out a beta.

Cheers
Jevon


On Mon, Dec 1, 2008 at 9:46 PM, Julien HENRY <[EMAIL PROTECTED]> wrote:

Hi Jevon,

I didn't build the site with your modifications yet but I read the commit log 
and it seems good for me. I will give additional comments before the release 
(tell me when you are ready).

Regards,

Julien




________________________________
De : Jevon Wright <[EMAIL PROTECTED]>
À : JWebUnit Development mail list <[email protected]>
Envoyé le : Lundi, 1 Décembre 2008, 0h17mn 59s
Objet : [JWebUnit-development] Site index.html changes


Hi,

I have modified the home page of the JWebUnit site quite a bit in r774, and 
would appreciate some feedback.

I made a brief introduction the first thing the user reads, and added a simple 
test case example to the home page. (Simpletest for PHP does the same thing.) I 
also added links to the bug trackers and user mailing lists. When issue 2367400 
is resolved it will also include a direct link to the API docs for WebTestCase.

Thoughts?

Jevon


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
JWebUnit-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development


      
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
JWebUnit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to