[JBoss JIRA] Created: (JBIDE-9579) 2 test failures in org.jboss.tools.jsf.ui.test.JsfUiAllTests
by Nick Boldt (JIRA)
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: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-9532) jsf.ui.tests failure
by Alexey Kazakov (JIRA)
jsf.ui.tests failure
--------------------
Key: JBIDE-9532
URL: https://issues.jboss.org/browse/JBIDE-9532
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.3.0.M3
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 3.3.0.M3
{code}
testProblemMarkerResolutionInJSP(org.jboss.tools.jsf.ui.test.JSPProblemMarkerResolutionTest) Time elapsed: 1.526 sec <<< FAILURE!
junit.framework.AssertionFailedError: Marker matches the 'Unknown tag (h:commandButton).' pattern wasn't found
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at org.jboss.tools.tests.AbstractResourceMarkerTest.assertMarkerIsCreated(AbstractResourceMarkerTest.java:244)
at org.jboss.tools.jsf.ui.test.JSPProblemMarkerResolutionTest.testProblemMarkerResolutionInJSP(JSPProblemMarkerResolutionTest.java:46)
...
testProblemMarkerResolutionInXHTML(org.jboss.tools.jsf.ui.test.JSPProblemMarkerResolutionTest) Time elapsed: 1.021 sec <<< FAILURE!
junit.framework.AssertionFailedError: Marker matches the 'Unknown tag (ui:insert).' pattern wasn't found
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at org.jboss.tools.tests.AbstractResourceMarkerTest.assertMarkerIsCreated(AbstractResourceMarkerTest.java:244)
at org.jboss.tools.jsf.ui.test.JSPProblemMarkerResolutionTest.testProblemMarkerResolutionInXHTML(JSPProblemMarkerResolutionTest.java:70)
...
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-9416) org.jboss.tools.jsf test failure
by Alexey Kazakov (JIRA)
org.jboss.tools.jsf test failure
--------------------------------
Key: JBIDE-9416
URL: https://issues.jboss.org/browse/JBIDE-9416
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.3.0.M3
Reporter: Alexey Kazakov
Assignee: Victor Rubezhny
Fix For: 3.3.0.M3
{code}
Building org.jboss.tools.jsf.test
...
testMessagePropertyRename(org.jboss.tools.jsf.test.refactoring.MessagePropertyRefactoringTest) Time elapsed: 3.854 sec <<< FAILURE!
junit.framework.AssertionFailedError: There is unexpected number of changes expected:<2> but was:<1>
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:283)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:195)
at org.jboss.tools.tests.AbstractRefactorTest.checkChanges(AbstractRefactorTest.java:143)
at org.jboss.tools.tests.AbstractRefactorTest.checkRename(AbstractRefactorTest.java:63)
at org.jboss.tools.jsf.test.refactoring.MessagePropertyRefactoringTest.testMessagePropertyRename(MessagePropertyRefactoringTest.java:58)
Building org.jboss.tools.jsf.text.ext.test:
...
Failed tests:
testJSF2MessagesHyperlink(org.jboss.tools.jsf.text.ext.test.JSF2MessagesOpenOnTest)
testCCAttrsHyperlink1(org.jboss.tools.jsf.text.ext.test.JSF2CCAttrsOpenOnTest)
testCCAttrsHyperlink2(org.jboss.tools.jsf.text.ext.test.JSF2CCAttrsOpenOnTest)
testCCAttrsHyperlink2(org.jboss.tools.jsf.text.ext.test.JSF2CCAttrsOpenOnTest) Time elapsed: 0.542 sec <<< FAILURE!
junit.framework.AssertionFailedError: Unexpected hyperlink -
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at junit.framework.Assert.assertNotNull(Assert.java:214)
at org.jboss.tools.jsf.text.ext.test.JSFHyperlinkTestUtil.checkTestRegion(JSFHyperlinkTestUtil.java:140)
at org.jboss.tools.jsf.text.ext.test.JSFHyperlinkTestUtil.checkRegions(JSFHyperlinkTestUtil.java:119)
at org.jboss.tools.jsf.text.ext.test.JSF2CCAttrsOpenOnTest.testCCAttrsHyperlink2(JSF2CCAttrsOpenOnTest.java:83)
...
testCCAttrsHyperlink1(org.jboss.tools.jsf.text.ext.test.JSF2CCAttrsOpenOnTest) Time elapsed: 0.551 sec <<< FAILURE!
junit.framework.AssertionFailedError: Unexpected hyperlink -
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at junit.framework.Assert.assertNotNull(Assert.java:214)
at org.jboss.tools.jsf.text.ext.test.JSFHyperlinkTestUtil.checkTestRegion(JSFHyperlinkTestUtil.java:140)
at org.jboss.tools.jsf.text.ext.test.JSFHyperlinkTestUtil.checkRegions(JSFHyperlinkTestUtil.java:119)
at org.jboss.tools.jsf.text.ext.test.JSF2CCAttrsOpenOnTest.testCCAttrsHyperlink1(JSF2CCAttrsOpenOnTest.java:64)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
...
testJSF2MessagesHyperlink(org.jboss.tools.jsf.text.ext.test.JSF2MessagesOpenOnTest) Time elapsed: 1.594 sec <<< FAILURE!
junit.framework.AssertionFailedError: Unexpected hyperlink - resources
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at junit.framework.Assert.assertNotNull(Assert.java:214)
at org.jboss.tools.jsf.text.ext.test.JSFHyperlinkTestUtil.checkTestRegion(JSFHyperlinkTestUtil.java:140)
at org.jboss.tools.jsf.text.ext.test.JSFHyperlinkTestUtil.checkRegions(JSFHyperlinkTestUtil.java:119)
at org.jboss.tools.jsf.text.ext.test.JSF2MessagesOpenOnTest.testJSF2MessagesHyperlink(JSF2MessagesOpenOnTest.java:67)
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-9315) org.jboss.tools.jsf.vpe.jsf.test.jbide.JSF2ValidatorTest failure
by Alexey Kazakov (JIRA)
org.jboss.tools.jsf.vpe.jsf.test.jbide.JSF2ValidatorTest failure
----------------------------------------------------------------
Key: JBIDE-9315
URL: https://issues.jboss.org/browse/JBIDE-9315
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.3.0.M3
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 3.3.0.M3
Failed tests:
testCAforIncludeTaglibInInenerNodes(org.jboss.tools.jsf.vpe.jsf.test.jbide.JSF2ValidatorTest)
{code}
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.tools.jsf.vpe.jsf.test.JsfAllTests
Tests run: 224, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 304.994 sec <<< FAILURE!
testCAforIncludeTaglibInInenerNodes(org.jboss.tools.jsf.vpe.jsf.test.jbide.JSF2ValidatorTest) Time elapsed: 6.464 sec <<< FAILURE!
junit.framework.AssertionFailedError: res folder marker is expected expected:<1> but was:<0>
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:283)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:195)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JSF2ValidatorTest.testCAforIncludeTaglibInInenerNodes(JSF2ValidatorTest.java:57)
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-9505) org.jboss.tools.jst.web.kb.test JUnit Test failure
by Victor Rubezhny (JIRA)
org.jboss.tools.jst.web.kb.test JUnit Test failure
--------------------------------------------------
Key: JBIDE-9505
URL: https://issues.jboss.org/browse/JBIDE-9505
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing, testing
Affects Versions: 3.3.0.M3
Reporter: Victor Rubezhny
Assignee: Alexey Kazakov
Fix For: 3.3.0.M3
The following test failes for 8 last runs at Jenkins:
Tests run: 19, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 84.69 sec <<< FAILURE!
testValidationContextCleanedUpIntegration(org.jboss.tools.jst.web.kb.test.validation.KBValidationTest) Time elapsed: 8.652 sec <<< FAILURE!
junit.framework.AssertionFailedError: null
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at junit.framework.Assert.assertTrue(Assert.java:27)
at org.jboss.tools.jst.web.kb.test.validation.KBValidationTest.testValidationContextCleanedUpIntegration(KBValidationTest.java:62)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-9422) org.jboss.tools.seam.ui.test JUnit Test failure
by Victor Rubezhny (JIRA)
org.jboss.tools.seam.ui.test JUnit Test failure
-----------------------------------------------
Key: JBIDE-9422
URL: https://issues.jboss.org/browse/JBIDE-9422
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing, testing
Affects Versions: 3.3.0.M3
Reporter: Victor Rubezhny
Assignee: Victor Rubezhny
Fix For: 3.3.0.M3
{code}
» jbosstools-3.3_trunk.component--seam » #461 » Test Results » org.jboss.tools.seam.ui.test » SeamUiAllTests » testELExprPartitioner
Failed
org.jboss.tools.seam.ui.test.SeamUiAllTests.testELExprPartitioner
Failing for the past 2 builds (Since Failed#460 )
Took 38 sec.
Error Message
Unexpected hyperlink - Messages
Stacktrace
junit.framework.AssertionFailedError: Unexpected hyperlink - Messages
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at junit.framework.Assert.assertNotNull(Assert.java:214)
at org.jboss.tools.jst.text.ext.test.HyperlinkTestUtil.checkTestRegion(HyperlinkTestUtil.java:132)
at org.jboss.tools.jst.text.ext.test.HyperlinkTestUtil.checkRegions(HyperlinkTestUtil.java:111)
at org.jboss.tools.seam.ui.test.el.ELExprPartitionerTest.testELExprPartitioner(ELExprPartitionerTest.java:84)
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBDS-1835) adjust copy on http://devstudio.jboss.com/updates/4.0 to reflect new definitions of "Core", "Certified", "Selected", and "Tech Preview"
by Nick Boldt (JIRA)
adjust copy on http://devstudio.jboss.com/updates/4.0 to reflect new definitions of "Core", "Certified", "Selected", and "Tech Preview"
---------------------------------------------------------------------------------------------------------------------------------------
Key: JBDS-1835
URL: https://issues.jboss.org/browse/JBDS-1835
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: 3rdPartyCertification, 3rdPartyDependencies, documentation, updatesite
Affects Versions: 4.1.1.M1, 5.0.0.M3
Reporter: Nick Boldt
Assignee: Mike Clark
Fix For: 4.1.1.Final, 5.0.0.M4
Per lengthy discussion in jbds-pm-list@, may need to adjust the copy on http://devstudio.jboss.com/updates/4.0 to reflect updated/corrected definitions of "Core", "Certified", "Selected", and "Tech Preview".
Assigning to Mike C for want of a better assignee. Please review the URL above, comment, and provide any guidance for what you'd like to see there instead. (Patches appreciated too -- just view-source in your browser for the code, or go here https://svn.jboss.org/repos/devstudio/trunk/devstudio.jboss.com/updates/4...)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-9396) EL references are not collected for Text regions of XML files
by Victor Rubezhny (JIRA)
EL references are not collected for Text regions of XML files
-------------------------------------------------------------
Key: JBIDE-9396
URL: https://issues.jboss.org/browse/JBIDE-9396
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 3.3.0.M2
Reporter: Victor Rubezhny
Assignee: Victor Rubezhny
Fix For: 3.3.0.M3
EL references are not collected for Text regions of XML files. This fact causes EL-related features like Hyperlinks not to work on these files for Text regions.
The issue is found by org.jboss.tools.jsf.text.ext.test.JsfTextExtAllTests.testELHyperlink JUnit Test case (See: JBIDE-9385).
The PageContextFactory doesn't collects EL references for Text Regions of XML files but it should do this.
Steps to Reproduce:
EXECUTE: Import jsf/tests/org.jboss.tools.jsf.text.ext.test/projects/JSF2CompositeOpenOn project into workspace
EXECUTE: Open WebContent/WEB-INF/faces-config.xml
EXECUTE: Put cursor inside #{person.name} EL into "name" word and press F3 or click left mouse button while the Ctrl key is pressed
ASSERT: Person.java file is openned in Java Editor and getName() method name is selected (FAILED)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months