[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-9579) 2 test failures in org.jboss.tools.jsf.ui.test.JsfUiAllTests
Nick Boldt (JIRA)
jira-events at lists.jboss.org
Wed Aug 24 11:48:18 EDT 2011
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_trunk.component--jsf/400/console
{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: http://www.atlassian.com/software/jira
More information about the jbosstools-issues
mailing list