[
https://issues.jboss.org/browse/RF-11360?page=com.atlassian.jira.plugin.s...
]
Brian Leathem commented on RF-11360:
------------------------------------
The tests that fail with jsf-test 7-SNAPHOST:
[INFO] Richfaces UI Components: Iteration UI ............. FAILURE [37.160s]
Failed tests:
testOutDataScrollerFirstLastButtons(org.richfaces.renderkit.DataScrollerRenderTest)
{code}org.junit.ComparisonFailure: expected:<[a]> but was:<[span]>{code}
testInnerDataScrollerFirstLastButtons(org.richfaces.renderkit.DataScrollerRenderTest)
{code}org.junit.ComparisonFailure: expected:<[a]> but was:<[span]>{code}
testOutDataScrollerNextPreviousButtons(org.richfaces.renderkit.DataScrollerRenderTest)
{code}org.junit.ComparisonFailure: expected:<[span]> but was:<[a]>{code}
testInnerDataScrollerNextPreviousButtons(org.richfaces.renderkit.DataScrollerRenderTest)
{code}org.junit.ComparisonFailure: expected:<[span]> but was:<[a]>{code}
testOutDataScrollerFastButtons(org.richfaces.renderkit.DataScrollerRenderTest)
{code}org.junit.ComparisonFailure: expected:<[span]> but was:<[a]>{code}
testInnerDataScrollerFastButtons(org.richfaces.renderkit.DataScrollerRenderTest)
{code}org.junit.ComparisonFailure: expected:<[span]> but was:<[a]>{code}
testOutDataScrollerDigitalButtons(org.richfaces.renderkit.DataScrollerRenderTest)
{code}org.junit.ComparisonFailure: expected:<[span]> but was:<[a]>{code}
testInnerDataScrollerDigitalButtons(org.richfaces.renderkit.DataScrollerRenderTest)
{code}org.junit.ComparisonFailure: expected:<[span]> but was:<[a]>{code}
[INFO] Richfaces UI Components: Input UI ................. FAILURE [1:30.258s]
Failed tests:
testListLayoutRender(org.richfaces.renderkit.AutocompleteRendererTest)
{code}
[not identical] Expected attribute value 'form:myAutocompleteInput' but was
'form:myAutocomplete' - comparing <input
name="form:myAutocompleteInput"...> at /span[1]/span[1]/input[1]/@name to
<input
name="form:myAutocomplete"...> at /span[1]/span[1]/input[1]/@name
{code}
testDivLayoutRender(org.richfaces.renderkit.AutocompleteRendererTest)
{code}
[not identical] Expected attribute value 'form:myAutocompleteInput' but was
'form:myAutocomplete' - comparing <input
name="form:myAutocompleteInput"...> at /span[1]/span[1]/input[1]/@name to
<input name="form:myAutocomplete"...> at /span[1]/span[1]/input[1]/@name
{code}
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