[richfaces-planning-issues] [JBoss JIRA] Commented: (RFPL-953) Investigate if/how to resolve JSFUNIT-236 issues with htmlunit versions

Stan Silvert (JIRA) jira-events at lists.jboss.org
Wed Dec 8 09:40:31 EST 2010


    [ https://jira.jboss.org/browse/RFPL-953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568572#comment-12568572 ] 

Stan Silvert commented on RFPL-953:
-----------------------------------

There are more issues like this where there is a problem testing
RichFaces applicaitons with HtmlUnit, but let's start with the a4j:queue problem.
Since the JSFUnit client just wraps HtmlUnit, we need someone to write
a few lines of HtmlUnit code without all the JSFUnit stuff that goes
with it.  All it takes is a few HtmlUnit API calls:

WebClient webClient = new WebClient();
HtmlPage page =
webClient.getPage("http://livedemo.exadel.com/richfaces-demo/richfaces/queue.jsf");

Then go from there clicking stuff on the page.  The reason I need help
is with the analysis.  I need someone who knows how the queues work
who can figure out why HtmlUnit tests fail.

> Investigate if/how to resolve JSFUNIT-236 issues with htmlunit versions
> -----------------------------------------------------------------------
>
>                 Key: RFPL-953
>                 URL: https://jira.jboss.org/browse/RFPL-953
>             Project: RichFaces Planning
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: third-party
>            Reporter: Jay Balunas
>             Fix For: 4.0.0.Milestone5
>
>
> Stan from JSFUnit has asked out help resolving https://jira.jboss.org/browse/JSFUNIT-236.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-planning-issues mailing list