[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-9515) EL code completion is broken

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Thu Aug 11 15:39:02 EDT 2011


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

Alexey Kazakov commented on JBIDE-9515:
---------------------------------------

More failures:
{code}
Tests run: 57, Failures: 7, Errors: 0, Skipped: 0, Time elapsed: 191.203 sec <<< FAILURE!
testThereIsVarAttributeForDataTableTagProposalsJBIDE2016(org.jboss.tools.jsf.jsp.ca.test.CAVarAttributeForDataTableTagJBIDE2016)  Time elapsed: 3.664 sec  <<< FAILURE!
junit.framework.AssertionFailedError: Proposal user.name not found!
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at org.jboss.tools.common.base.test.contentassist.AbstractContentAssistantTestCase.checkProposals(AbstractContentAssistantTestCase.java:112)
	at org.jboss.tools.common.base.test.contentassist.AbstractContentAssistantTestCase.checkProposals(AbstractContentAssistantTestCase.java:87)
	at org.jboss.tools.jsf.jsp.ca.test.CAVarAttributeForDataTableTagJBIDE2016.testThereIsVarAttributeForDataTableTagProposalsJBIDE2016(CAVarAttributeForDataTableTagJBIDE2016.java:28)
...
testJspJbide1704(org.jboss.tools.jsf.jsp.ca.test.JsfJspJbide1704Test)  Time elapsed: 2.748 sec  <<< FAILURE!
junit.framework.AssertionFailedError: Content Assistant peturned proposals of type (org.jboss.tools.jst.jsp.contentassist.AutoContentAssistantProposal).
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertFalse(Assert.java:34)
	at org.jboss.tools.jsf.jsp.ca.test.JsfJspJbide1704Test.doTestJsfJspJbide1704(JsfJspJbide1704Test.java:102)
	at org.jboss.tools.jsf.jsp.ca.test.JsfJspJbide1704Test.testJspJbide1704(JsfJspJbide1704Test.java:42)
...
testXhtmlJbide1704(org.jboss.tools.jsf.jsp.ca.test.JsfJspJbide1704Test)  Time elapsed: 3.037 sec  <<< FAILURE!
junit.framework.AssertionFailedError: Content Assistant peturned proposals of type (org.jboss.tools.jst.jsp.contentassist.AutoContentAssistantProposal).
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertFalse(Assert.java:34)
	at org.jboss.tools.jsf.jsp.ca.test.JsfJspJbide1704Test.doTestJsfJspJbide1704(JsfJspJbide1704Test.java:102)
	at org.jboss.tools.jsf.jsp.ca.test.JsfJspJbide1704Test.testXhtmlJbide1704(JsfJspJbide1704Test.java:47)
...
testJbide3845OnJspPage(org.jboss.tools.jsf.jsp.ca.test.JsfJBide3845Test)  Time elapsed: 2.873 sec  <<< FAILURE!
junit.framework.AssertionFailedError: Proposal Message['org.jboss.tools.long.property.Name'] not found!
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at org.jboss.tools.common.base.test.contentassist.AbstractContentAssistantTestCase.checkProposals(AbstractContentAssistantTestCase.java:112)
	at org.jboss.tools.common.base.test.contentassist.AbstractContentAssistantTestCase.checkProposals(AbstractContentAssistantTestCase.java:83)
	at org.jboss.tools.jsf.jsp.ca.test.JsfJBide3845Test.doTheResourceBundleCAForALongPropertyNameTest(JsfJBide3845Test.java:74)
	at org.jboss.tools.jsf.jsp.ca.test.JsfJBide3845Test.testJbide3845OnJspPage(JsfJBide3845Test.java:56)
...
testJstJspLongResourceBundlePropertyNamesInTagAttributeValue(org.jboss.tools.jsf.jsp.ca.test.JsfJspLongResourceBundlePropertyNamesTest)  Time elapsed: 2.122 sec  <<< FAILURE!
junit.framework.AssertionFailedError: The proposal replacement is failed.
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at org.jboss.tools.jsf.jsp.ca.test.JsfJspLongResourceBundlePropertyNamesTest.doTestLongResourceBundlePropertyNames(JsfJspLongResourceBundlePropertyNamesTest.java:92)
	at org.jboss.tools.jsf.jsp.ca.test.JsfJspLongResourceBundlePropertyNamesTest.testJstJspLongResourceBundlePropertyNamesInTagAttributeValue(JsfJspLongResourceBundlePropertyNamesTest.java:101)
{code}

> EL code completion is broken
> ----------------------------
>
>                 Key: JBIDE-9515
>                 URL: https://issues.jboss.org/browse/JBIDE-9515
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jsp/jsf/xml source editing
>    Affects Versions: 3.3.0.M3
>            Reporter: Alexey Kazakov
>            Assignee: Victor Rubezhny
>            Priority: Blocker
>             Fix For: 3.3.0.M3
>
>
> We get a test failure because of these issues:
> {code}
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.jboss.tools.cdi.ui.test.CDIUIAllTests
> Tests run: 79, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 120.128 sec <<< FAILURE!
> testEL(org.jboss.tools.cdi.ui.test.CATest)  Time elapsed: 7.506 sec  <<< FAILURE!
> junit.framework.AssertionFailedError: Proposal game.value not found!
> 	at junit.framework.Assert.fail(Assert.java:47)
> 	at junit.framework.Assert.assertTrue(Assert.java:20)
> 	at org.jboss.tools.common.base.test.contentassist.AbstractContentAssistantTestCase.checkProposals(AbstractContentAssistantTestCase.java:112)
> 	at org.jboss.tools.common.base.test.contentassist.AbstractContentAssistantTestCase.checkProposals(AbstractContentAssistantTestCase.java:87)
> 	at org.jboss.tools.cdi.ui.test.CATest.testEL(CATest.java:42)
> {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