[richfaces-issues] [JBoss JIRA] Commented: (RF-11360) UI Iteration tests failing

Brian Leathem (JIRA) jira-events at lists.jboss.org
Tue Aug 30 10:53:26 EDT 2011


    [ https://issues.jboss.org/browse/RF-11360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625139#comment-12625139 ] 

Brian Leathem commented on RF-11360:
------------------------------------

The test code:
{code}
HtmlElement last = getLastButton(page, firstScrollerId);
last.click();
checkLastPageButtons(page, firstScrollerId, secondScrollerId);

HtmlElement first = getFirstButton(page, firstScrollerId);
first.click();
{code}

After last.click(), the page is submitted, and the renderer's doDecode method is invoked.
After first.click(), the doDecode method is never invoked, so I assume the page is not getting submitted.


> UI Iteration tests failing
> --------------------------
>
>                 Key: RF-11360
>                 URL: https://issues.jboss.org/browse/RF-11360
>             Project: RichFaces
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>          Components: component-ScrollableDataTable
>            Reporter: Brian Leathem
>            Assignee: Brian Leathem
>
> UI Iteration tests are failing:
> Failed tests: 
>   testOutDataScrollerFirstLastButtons(org.richfaces.renderkit.DataScrollerRenderTest)
>   testInnerDataScrollerFirstLastButtons(org.richfaces.renderkit.DataScrollerRenderTest)
>   testOutDataScrollerNextPreviousButtons(org.richfaces.renderkit.DataScrollerRenderTest)
>   testInnerDataScrollerNextPreviousButtons(org.richfaces.renderkit.DataScrollerRenderTest)
>   testOutDataScrollerFastButtons(org.richfaces.renderkit.DataScrollerRenderTest)
>   testInnerDataScrollerFastButtons(org.richfaces.renderkit.DataScrollerRenderTest)
>   testOutDataScrollerDigitalButtons(org.richfaces.renderkit.DataScrollerRenderTest)
>   testInnerDataScrollerDigitalButtons(org.richfaces.renderkit.DataScrollerRenderTest)
> I deployed the test.jsf file in a sample app, and the behavior is indeed broken.

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

        


More information about the richfaces-issues mailing list