]
Alexey Kazakov resolved JBIDE-9579.
-----------------------------------
Resolution: Duplicate Issue
Duplicates JBIDE-9532
2 test failures in org.jboss.tools.jsf.ui.test.JsfUiAllTests
------------------------------------------------------------
Key: JBIDE-9579
URL:
https://issues.jboss.org/browse/JBIDE-9579
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.3.0.M3
Reporter: Nick Boldt
Assignee: Alexey Kazakov
Fix For: 3.3.0.M3
2 test failures here:
http://hudson.qa.jboss.com/hudson/view/DevStudio_Trunk/job/jbosstools-3.3...
{code}
testProblemMarkerResolutionInJSP(org.jboss.tools.jsf.ui.test.JSPProblemMarkerResolutionTest)
Time elapsed: 0.006 sec <<< FAILURE!
junit.framework.AssertionFailedError: Marker matches the 'Unknown tag
(h:commandButton).' pattern wasn't found. Here is a list of found markers in
/test_jsf_project/WebContent/pages/test_page1.jsp : []
at junit.framework.Assert.fail(Assert.java:47)
at
org.jboss.tools.tests.AbstractResourceMarkerTest.assertMarkerIsCreated(AbstractResourceMarkerTest.java:167)
at
org.jboss.tools.jsf.ui.test.JSPProblemMarkerResolutionTest.testProblemMarkerResolutionInJSP(JSPProblemMarkerResolutionTest.java:32)
and
testProblemMarkerResolutionInXHTML(org.jboss.tools.jsf.ui.test.JSPProblemMarkerResolutionTest)
Time elapsed: 0 sec <<< FAILURE!
junit.framework.AssertionFailedError: Marker matches the 'Unknown tag
(ui:insert).' pattern wasn't found. Here is a list of found markers in
/test_jsf_project/WebContent/pages/test_page2.xhtml : []
at junit.framework.Assert.fail(Assert.java:47)
at
org.jboss.tools.tests.AbstractResourceMarkerTest.assertMarkerIsCreated(AbstractResourceMarkerTest.java:167)
at
org.jboss.tools.jsf.ui.test.JSPProblemMarkerResolutionTest.testProblemMarkerResolutionInXHTML(JSPProblemMarkerResolutionTest.java:56)
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: