[
https://issues.jboss.org/browse/RF-13768?page=com.atlassian.jira.plugin.s...
]
Brian Leathem commented on RF-13768:
------------------------------------
I'm concerned that the fix for RF-13758 means the resource requests aren't being
routed through our resource servlet. I'm waiting to resolve this issue until I'm
satisfied the patch that broke this test is correct.
Tests for inplaceInput and inplaceSelect renderer failing
---------------------------------------------------------
Key: RF-13768
URL:
https://issues.jboss.org/browse/RF-13768
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-input, resource handling
Affects Versions: 4.5.0.Alpha3
Reporter: Pavol Pitonak
Assignee: Brian Leathem
Priority: Blocker
Fix For: 4.5.0.Beta1
Original Estimate: 15 minutes
Remaining Estimate: 15 minutes
Two tests for inplace input and inplace select started failing. Investigate if the change
in rendered HTML is expected.
{code}
InplaceInputRendererTest.testDefaultWithControlsEncode:29->InplaceRendererTestBase.doTestDefaultWithControlsEncode:29->RendererTestBase.doTest:91->RendererTestBase.checkXmlStructure:114
XML was not similar:org.custommonkey.xmlunit.Diff
[different] Expected attribute value
'/org.richfaces.resources/javax.faces.resource/org.richfaces/ico_ok.gif' but was
'/javax.faces.resource/ico_ok.gif.jsf?ln=org.richfaces' - comparing <input
src="/org.richfaces.resources/javax.faces.resource/org.richfaces/ico_ok.gif"...>
at /span[1]/span[2]/span[1]/span[1]/span[1]/span[5]/input[1]/@src to <input
src="/javax.faces.resource/ico_ok.gif.jsf?ln=org.richfaces"...> at
/span[1]/span[2]/span[1]/span[1]/span[1]/span[5]/input[1]/@src
{code}
{code}
InplaceSelectRendererTest.testDefaultWithControlsEncode:32->InplaceRendererTestBase.doTestDefaultWithControlsEncode:29->RendererTestBase.doTest:91->RendererTestBase.checkXmlStructure:114
XML was not similar:org.custommonkey.xmlunit.Diff
[different] Expected attribute value
'/org.richfaces.resources/javax.faces.resource/org.richfaces/ico_ok.gif' but was
'/javax.faces.resource/ico_ok.gif.jsf?ln=org.richfaces' - comparing <input
src="/org.richfaces.resources/javax.faces.resource/org.richfaces/ico_ok.gif"...>
at /span[1]/span[2]/span[1]/span[1]/span[1]/span[5]/input[1]/@src to <input
src="/javax.faces.resource/ico_ok.gif.jsf?ln=org.richfaces"...> at
/span[1]/span[2]/span[1]/span[1]/span[1]/span[5]/input[1]/@src
{code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)