[JBoss JIRA] Created: (JBIDE-6531) vpe.seam test failures
by Nick Boldt (JIRA)
vpe.seam test failures
----------------------
Key: JBIDE-6531
URL: https://jira.jboss.org/browse/JBIDE-6531
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Seam
Affects Versions: 3.2.0.M1
Reporter: Nick Boldt
Assignee: Alexey Kazakov
From: http://hudson.qa.jboss.com/hudson/view/DevStudio/job/jbosstools-3.2.0.M1/...
Tests run: 90, FAILUREs: 2, Errors: 0, Skipped: 0, Time elapsed: 86.325 sec <<< FAILURE!
testLabel(org.jboss.tools.jsf.vpe.seam.test.SeamComponentContentTest) Time elapsed: 0.503 sec <<< FAILURE!
junit.framework.AssertionFailedError: string is"-moz-user-modify: read-write;" but must be "-moz-user-modify: read-only; cursor: pointer;"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.seam.test.SeamComponentContentTest.testLabel(SeamComponentContentTest.java:74)
--
testSelectDate(org.jboss.tools.jsf.vpe.seam.test.SeamComponentContentTest) Time elapsed: 0.413 sec <<< FAILURE!
junit.framework.AssertionFailedError: string is"rich-calendar-input" but must be "rich-calendar-input null"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.seam.test.SeamComponentContentTest.testSelectDate(SeamComponentContentTest.java:90)
--
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months
[JBoss JIRA] Created: (JBIDE-6300) Tycho-based Drools build depends on JSF; refactor out common bot test framework code into tests/ or common/ module
by Nick Boldt (JIRA)
Tycho-based Drools build depends on JSF; refactor out common bot test framework code into tests/ or common/ module
------------------------------------------------------------------------------------------------------------------
Key: JBIDE-6300
URL: https://jira.jboss.org/browse/JBIDE-6300
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: drools
Affects Versions: 3.2.next
Reporter: Nick Boldt
Assignee: Kris Verlaenen
[Software being installed: org.jboss.tools.drools.ui.bot.test 1.0.0.qualifier, Missing requirement: org.jboss.tools.drools.ui.bot.test 1.0.0.qualifier requires 'bundle org.jboss.tools.ui.bot.ext 1.0.0' but it could not be found]
Required plugin, org.jboss.tools.ui.bot.ext, is located in jst/tests/org.jboss.tools.ui.bot.ext, which changes the order in which components must be built.
Currently, drools only depends on tests and common. To add this new bot test requires either that it now depend on xulrunner & jst, or that the bot.ext plugin be moved upstream into tests/ or common/. I prefer to move it upstream than to push Drools downstream.
Can that be done?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months
[JBoss JIRA] Created: (JBIDE-6605) Failed to create web service client for eventing web service
by Vasile Marita (JIRA)
Failed to create web service client for eventing web service
------------------------------------------------------------
Key: JBIDE-6605
URL: https://jira.jboss.org/browse/JBIDE-6605
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.1.2
Environment: Windows 7 (64 bit), jboss-5.1.0.GA, jdk.1.5.0_12, JBDS 2.1.0.GA, eventing samples from jbossws-native-3.1.2.GA-src
Reporter: Vasile Marita
Assignee: Brian Fitzpatrick
Priority: Blocker
I tried to setup the saples fro ws-eventing of JBossWS, I managed to compile an deploy the sample under JBoss AS, however when I try to run the unit tests they fail on the line trying to instantiate the webservice client:
in file EventingSupport.java
protected void setUp() throws Exception
{
...
Service service = Service.create(wsdlLocation, new QName("http://schemas.xmlsoap.org/ws/2004/08/eventing","EventSource"));
....
}
}
with stack trace
java.lang.NullPointerException
at com.sun.xml.ws.model.wsdl.WSDLOperationImpl.freez(WSDLOperationImpl.java:147)
at com.sun.xml.ws.model.wsdl.WSDLPortTypeImpl.freeze(WSDLPortTypeImpl.java:91)
at com.sun.xml.ws.model.wsdl.WSDLBoundPortTypeImpl.freeze(WSDLBoundPortTypeImpl.java:215)
at com.sun.xml.ws.model.wsdl.WSDLModelImpl.freeze(WSDLModelImpl.java:241)
at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:147)
at com.sun.xml.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:263)
at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:226)
at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:174)
at com.sun.xml.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:104)
at javax.xml.ws.Service.<init>(Service.java:79)
at javax.xml.ws.Service.create(Service.java:96)
at org.jboss.test.ws.jaxws.wseventing.EventingSupport.setUp(EventingSupport.java:98)
at junit.framework.TestCase.runBare(TestCase.java:132)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
....
The wsdlLocation points to a corect wsdl whcih will load if tried from the browser directly, also I managed to add this wsdl as a reference in a .Net project
I tried also to create a webservice client in JBDS by using File / New / web Service Client wizard, that one also fails to do the job to the end.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months
[JBoss JIRA] Created: (JBIDE-6530) jsf.vpe test failures
by Nick Boldt (JIRA)
jsf.vpe test failures
---------------------
Key: JBIDE-6530
URL: https://jira.jboss.org/browse/JBIDE-6530
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Visual Page Editor core
Affects Versions: 3.2.0.M1
Reporter: Nick Boldt
Assignee: Maxim Areshkau
From: http://hudson.qa.jboss.com/hudson/view/DevStudio/job/jbosstools-3.2.0.M1/...
Tests run: 139, FAILUREs: 1, Errors: 0, Skipped: 0, Time elapsed: 87.584 sec <<< FAILURE!
testXmp(org.jboss.tools.vpe.html.test.HtmlComponentContentTest) Time elapsed: 0.915 sec <<< FAILURE!
junit.framework.AssertionFailedError: Child of node "XMP" is "null", but should be "SPAN"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.vpe.html.test.HtmlComponentContentTest.testXmp(HtmlComponentContentTest.java:415)
--
Tests run: 20, FAILUREs: 1, Errors: 0, Skipped: 0, Time elapsed: 40.709 sec <<< FAILURE!
testLog(org.jboss.tools.jsf.vpe.ajax4jsf.test.Ajax4JsfComponentContentTest) Time elapsed: 1.228 sec <<< FAILURE!
junit.framework.AssertionFailedError: string is"" but must be "overflow: auto; width: 800px; height: 600px;"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.ajax4jsf.test.Ajax4JsfComponentContentTest.testLog(Ajax4JsfComponentContentTest.java:73)
--
Tests run: 270, FAILUREs: 43, Errors: 10, Skipped: 0, Time elapsed: 556.129 sec <<< FAILURE!
testOpenOnInProjectWith2URLPatterns(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE5920Test) Time elapsed: 7.572 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: Active page should be expected:<[welcome.xhtml]> but was:<[index.jsp]>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.vpe.ui.test.OpenOnUtil.checkOpenOnInEditor(OpenOnUtil.java:120)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE5920Test.testOpenOnInProjectWith2URLPatterns(JBIDE5920Test.java:43)
at junit.framework.TestCase.runTest(TestCase.java:168)
--
testRenderFacetAndInsertChildren(org.jboss.tools.jsf.vpe.jsf.test.jbide.RenderFacetAndInsertChildrenTest) Time elapsed: 2.594 sec <<< FAILURE!
junit.framework.AssertionFailedError: Child of node "DIV" is "null", but should be "H1"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.RenderFacetAndInsertChildrenTest.testRenderFacetAndInsertChildren(RenderFacetAndInsertChildrenTest.java:28)
--
testCheckContetnForDefaultNamespace(org.jboss.tools.jsf.vpe.jsf.test.jbide.TestForUsingComponentsLibrariesWithDefaultNamespace) Time elapsed: 0.827 sec <<< FAILURE!
junit.framework.AssertionFailedError: string is"border: 1px solid green; -moz-user-modify: read-only;" but must be "margin: 36px;"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.TestForUsingComponentsLibrariesWithDefaultNamespace.testCheckContetnForDefaultNamespace(TestForUsingComponentsLibrariesWithDefaultNamespace.java:27)
--
testSourceOpenOnOutputStylesheet(org.jboss.tools.jsf.vpe.jsf.test.jbide.OpenOnJsf20Test_JBIDE5382) Time elapsed: 0.664 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: No file is opened or a wrong file is opened on the OpenOn action . expected:<[stylesRed.css]> but was:<[OpenOnJsf20.xhtml]>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.OpenOnJsf20Test_JBIDE5382.assertActiveEditorInputNameEquals(OpenOnJsf20Test_JBIDE5382.java:142)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.OpenOnJsf20Test_JBIDE5382.testSourceOpenOnOutputStylesheet(OpenOnJsf20Test_JBIDE5382.java:70)
at junit.framework.TestCase.runTest(TestCase.java:168)
--
testSourceOpenOnOutputStylesheetLib(org.jboss.tools.jsf.vpe.jsf.test.jbide.OpenOnJsf20Test_JBIDE5382) Time elapsed: 0.617 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: No file is opened or a wrong file is opened on the OpenOn action . expected:<[stylesBlue.css]> but was:<[OpenOnJsf20.xhtml]>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.OpenOnJsf20Test_JBIDE5382.assertActiveEditorInputNameEquals(OpenOnJsf20Test_JBIDE5382.java:142)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.OpenOnJsf20Test_JBIDE5382.testSourceOpenOnOutputStylesheetLib(OpenOnJsf20Test_JBIDE5382.java:76)
at junit.framework.TestCase.runTest(TestCase.java:168)
--
testSourceOpenOnOutputScript(org.jboss.tools.jsf.vpe.jsf.test.jbide.OpenOnJsf20Test_JBIDE5382) Time elapsed: 0.61 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: No file is opened or a wrong file is opened on the OpenOn action . expected:<[f1.js]> but was:<[OpenOnJsf20.xhtml]>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.OpenOnJsf20Test_JBIDE5382.assertActiveEditorInputNameEquals(OpenOnJsf20Test_JBIDE5382.java:142)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.OpenOnJsf20Test_JBIDE5382.testSourceOpenOnOutputScript(OpenOnJsf20Test_JBIDE5382.java:81)
at junit.framework.TestCase.runTest(TestCase.java:168)
--
testSourceOpenOnOutputScriptLib(org.jboss.tools.jsf.vpe.jsf.test.jbide.OpenOnJsf20Test_JBIDE5382) Time elapsed: 0.648 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: No file is opened or a wrong file is opened on the OpenOn action . expected:<[f2.js]> but was:<[OpenOnJsf20.xhtml]>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.OpenOnJsf20Test_JBIDE5382.assertActiveEditorInputNameEquals(OpenOnJsf20Test_JBIDE5382.java:142)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.OpenOnJsf20Test_JBIDE5382.testSourceOpenOnOutputScriptLib(OpenOnJsf20Test_JBIDE5382.java:86)
at junit.framework.TestCase.runTest(TestCase.java:168)
--
testVisualOpenOnOutputStylesheet(org.jboss.tools.jsf.vpe.jsf.test.jbide.OpenOnJsf20Test_JBIDE5382) Time elapsed: 1.784 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: No file is opened or a wrong file is opened on the OpenOn action . expected:<[stylesRed.css]> but was:<[OpenOnJsf20.xhtml]>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.OpenOnJsf20Test_JBIDE5382.assertActiveEditorInputNameEquals(OpenOnJsf20Test_JBIDE5382.java:142)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.OpenOnJsf20Test_JBIDE5382.testVisualOpenOnOutputStylesheet(OpenOnJsf20Test_JBIDE5382.java:92)
at junit.framework.TestCase.runTest(TestCase.java:168)
--
testVisualOpenOnOutputScript(org.jboss.tools.jsf.vpe.jsf.test.jbide.OpenOnJsf20Test_JBIDE5382) Time elapsed: 1.753 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: No file is opened or a wrong file is opened on the OpenOn action . expected:<[f1.js]> but was:<[OpenOnJsf20.xhtml]>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.OpenOnJsf20Test_JBIDE5382.assertActiveEditorInputNameEquals(OpenOnJsf20Test_JBIDE5382.java:142)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.OpenOnJsf20Test_JBIDE5382.testVisualOpenOnOutputScript(OpenOnJsf20Test_JBIDE5382.java:98)
at junit.framework.TestCase.runTest(TestCase.java:168)
--
testHead2(org.jboss.tools.jsf.vpe.jsf.test.Jsf20ComponentContentTest) Time elapsed: 0.467 sec <<< FAILURE!
junit.framework.AssertionFailedError: name of tag is "BR"but must be "h1"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.jsf.test.Jsf20ComponentContentTest.testHead2(Jsf20ComponentContentTest.java:74)
--
testJBIDE_1484(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE1484Test) Time elapsed: 0.574 sec <<< FAILURE!
junit.framework.AssertionFailedError: expected:<3> 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 junit.framework.Assert.assertEquals(Assert.java:201)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE1484Test.testJBIDE_1484(JBIDE1484Test.java:79)
--
testCAforForJSFCProposals(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE788Test) Time elapsed: 2.999 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.jsf.vpe.jsf.test.jbide.JBIDE788Test.testCAforForJSFCProposals(JBIDE788Test.java:143)
--
testCAforHtmlFiles(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE788Test) Time elapsed: 2.938 sec <<< FAILURE!
junit.framework.AssertionFailedError: Number of ca proposals shouldn't be a null
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE788Test.checkOfCAByStartString(JBIDE788Test.java:334)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE788Test.testCAforHtmlFiles(JBIDE788Test.java:172)
--
testCAforJSPFiles(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE788Test) Time elapsed: 3.442 sec <<< FAILURE!
junit.framework.AssertionFailedError: Number of ca proposals shouldn't be a null
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE788Test.checkOfCAByStartString(JBIDE788Test.java:334)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE788Test.testCAforJSPFiles(JBIDE788Test.java:208)
--
testSelectManyListbox(org.jboss.tools.jsf.vpe.jsf.test.JsfComponentContentTest) Time elapsed: 0.528 sec <<< FAILURE!
junit.framework.AssertionFailedError: string is"" but must be "2"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.jsf.test.JsfComponentContentTest.testSelectManyListbox(JsfComponentContentTest.java:107)
--
testSelectOneListbox(org.jboss.tools.jsf.vpe.jsf.test.JsfComponentContentTest) Time elapsed: 0.439 sec <<< FAILURE!
junit.framework.AssertionFailedError: string is"" but must be "3"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.jsf.test.JsfComponentContentTest.testSelectOneListbox(JsfComponentContentTest.java:115)
--
testCorrectCustomElements(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test) Time elapsed: 0.636 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: facelets.taglib.xml file should be opened expected:<[facelets.taglib.x]ml> but was:<[correctCustomTags.xht]ml>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test.testCorrectCustomElements(JBIDE4373Test.java:55)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
--
testIncorrectCustomElements(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test) Time elapsed: 0.468 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: facelets.taglib.xml file should be opened expected:<[facelets.taglib.x]ml> but was:<[incorrectCustomTags.xht]ml>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test.testIncorrectCustomElements(JBIDE4373Test.java:76)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
--
testOpenOnForMessageBundlesInJSFElements(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test) Time elapsed: 0.467 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: file should be opened expected:<[resources.properties]> but was:<[testOutputText.xhtml]>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test.testOpenOnForMessageBundlesInJSFElements(JBIDE4373Test.java:96)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
--
testOpenOnForTextNodesMessageBundles(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test) Time elapsed: 0.692 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: file should be opened expected:<[resources.properties]> but was:<[testOutputText.xhtml]>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test.testOpenOnForTextNodesMessageBundles(JBIDE4373Test.java:111)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
--
testOpenOnforFacelets(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test) Time elapsed: 0.687 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: facelets.taglib.xml file should be opened expected:<[common].xhtml> but was:<[inputName].xhtml>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test.testOpenOnforFacelets(JBIDE4373Test.java:128)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
--
testOpenOnForUiDecorate(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test) Time elapsed: 0.628 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: /templates/insert.xhtml file should be opened expected:<[insert].xhtml> but was:<[ui-decorate].xhtml>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test.testOpenOnForUiDecorate(JBIDE4373Test.java:145)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
--
testOpenOnForUiDefine(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test) Time elapsed: 0.53 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: /templates/insert.xhtml file should be opened expected:<[insert].xhtml> but was:<[ui-define].xhtml>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test.testOpenOnForUiDefine(JBIDE4373Test.java:162)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
--
testOpenOnForCImport(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test) Time elapsed: 0.541 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: import.html file should be opened expected:<[import.]html> but was:<[c-import.x]html>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test.testOpenOnForCImport(JBIDE4373Test.java:179)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
--
testOpenOnForA4JInclude(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test) Time elapsed: 0.553 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: /pages/import.html file should be opened expected:<[import.]html> but was:<[a4j-include.x]html>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test.testOpenOnForA4JInclude(JBIDE4373Test.java:212)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
--
testOpenOnForUiInclude(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test) Time elapsed: 0.47 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: /pages/import.html file should be opened expected:<[import.]html> but was:<[ui-include-relative.x]html>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test.testOpenOnForUiInclude(JBIDE4373Test.java:228)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
--
testOpenOnForJspDirectiveInclude(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test) Time elapsed: 0.487 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: jsp-include.jsp file should be opened expected:<jsp-[includ]e.jsp> but was:<jsp-[directive-include-relativ]e.jsp>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test.testOpenOnForJspDirectiveInclude(JBIDE4373Test.java:244)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
--
testOpenOnForJspInclude(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test) Time elapsed: 0.509 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: jsp-include.jsp file should be opened expected:<jsp-include[].jsp> but was:<jsp-include[-relative].jsp>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test.testOpenOnForJspInclude(JBIDE4373Test.java:260)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
--
testOpenOnForHREF(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test) Time elapsed: 0.466 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: File should be opened expected:<[opened].html> but was:<[a].html>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test.testOpenOnForHREF(JBIDE4373Test.java:278)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
--
testOpenOnTaglibDefinitionFile(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4509Test) Time elapsed: 0.639 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: Active page should be expected:<[paginator.xht]ml> but was:<[facelets.taglib.x]ml>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.vpe.ui.test.OpenOnUtil.checkOpenOnInEditor(OpenOnUtil.java:120)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4509Test.testOpenOnTaglibDefinitionFile(JBIDE4509Test.java:52)
at junit.framework.TestCase.runTest(TestCase.java:168)
--
testOpenOnForTaglibInJarFile(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4509Test) Time elapsed: 3.719 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: Active page should be expected:<[paginator.xht]ml> but was:<[META-INF/mareshkau.taglib.x]ml>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.vpe.ui.test.OpenOnUtil.checkOpenOnInEditor(OpenOnUtil.java:120)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4509Test.checkOpenOnFromJarFile(JBIDE4509Test.java:157)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4509Test.testOpenOnForTaglibInJarFile(JBIDE4509Test.java:58)
--
testOpenOnForJavaElementFromDeclarationInJar(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4509Test) Time elapsed: 0.434 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: Active page should be expected:<[UILibrary.class]> but was:<[META-INF/jsf-ui.taglib.xml]>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.vpe.ui.test.OpenOnUtil.checkOpenOnInEditor(OpenOnUtil.java:120)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4509Test.checkOpenOnFromJarFile(JBIDE4509Test.java:157)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4509Test.testOpenOnForJavaElementFromDeclarationInJar(JBIDE4509Test.java:63)
--
testJBIDE4638OpenOnForFunctionClass(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4509Test) Time elapsed: 0.432 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: Active page should be expected:<[FaceletFunctions.java]> but was:<[facelets.taglib.xml]>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.vpe.ui.test.OpenOnUtil.checkOpenOnInEditor(OpenOnUtil.java:120)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4509Test.testJBIDE4638OpenOnForFunctionClass(JBIDE4509Test.java:73)
at junit.framework.TestCase.runTest(TestCase.java:168)
--
testJBIDE4638OpenOnForLibraryClass(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4509Test) Time elapsed: 0.425 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: Active page should be expected:<[CoreLibrary.java]> but was:<[test.taglib.xml]>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.vpe.ui.test.OpenOnUtil.checkOpenOnInEditor(OpenOnUtil.java:120)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4509Test.testJBIDE4638OpenOnForLibraryClass(JBIDE4509Test.java:82)
at junit.framework.TestCase.runTest(TestCase.java:168)
--
testJBIDE4638OpenOnForHandlerClass(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4509Test) Time elapsed: 0.445 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: Active page should be expected:<[IfHandler.java]> but was:<[facelets.taglib.xml]>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.vpe.ui.test.OpenOnUtil.checkOpenOnInEditor(OpenOnUtil.java:120)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4509Test.testJBIDE4638OpenOnForHandlerClass(JBIDE4509Test.java:90)
at junit.framework.TestCase.runTest(TestCase.java:168)
--
testJBIDE4638OpenOnForHandlerClassWithTagAxis(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4509Test) Time elapsed: 0.466 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: Active page should be expected:<[IfHandler.java]> but was:<[facelets.taglib.xml]>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.vpe.ui.test.OpenOnUtil.checkOpenOnInEditor(OpenOnUtil.java:120)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4509Test.testJBIDE4638OpenOnForHandlerClassWithTagAxis(JBIDE4509Test.java:98)
at junit.framework.TestCase.runTest(TestCase.java:168)
--
testJBIDE4635OpenOn(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4509Test) Time elapsed: 0.476 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: Active page should be expected:<[mareshkau.taglib.x]ml> but was:<[index.xht]ml>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.vpe.ui.test.OpenOnUtil.checkOpenOnInEditor(OpenOnUtil.java:120)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4509Test.testJBIDE4635OpenOn(JBIDE4509Test.java:106)
at junit.framework.TestCase.runTest(TestCase.java:168)
--
testJBIDE5099OpenOn(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4509Test) Time elapsed: 0.506 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: Active page should be expected:<login[Panel].xhtml> but was:<login[].xhtml>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.vpe.ui.test.OpenOnUtil.checkOpenOnInEditor(OpenOnUtil.java:120)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4509Test.testJBIDE5099OpenOn(JBIDE4509Test.java:120)
at junit.framework.TestCase.runTest(TestCase.java:168)
--
testJBIDE5099JarOpenOn(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4509Test) Time elapsed: 0.588 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: Active page should be expected:<[echo].xhtml> but was:<[login].xhtml>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.vpe.ui.test.OpenOnUtil.checkOpenOnInEditor(OpenOnUtil.java:120)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4509Test.testJBIDE5099JarOpenOn(JBIDE4509Test.java:130)
at junit.framework.TestCase.runTest(TestCase.java:168)
--
testForJSF2CustomTags(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE2550Test) Time elapsed: 1.232 sec <<< FAILURE!
junit.framework.AssertionFailedError: name of tag is "BR"but must be "H1"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE2550Test.testForJSF2CustomTags(JBIDE2550Test.java:35)
--
testOpenOnLinkStyles(org.jboss.tools.jsf.vpe.jsf.test.jbide.OpenOnInsideJspRoot_JBIDE4852) Time elapsed: 0.699 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.jsf.vpe.jsf.test.jbide.OpenOnInsideJspRoot_JBIDE4852.testOpenOnLinkStyles(OpenOnInsideJspRoot_JBIDE4852.java:91)
--
testOpenOnForXhtmlFiles(org.jboss.tools.jsf.vpe.jsf.test.jbide.TestOpenOnForXhtmlFiles_JBIDE5577) Time elapsed: 0.542 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: head2.xhtml file should be opened expected:<[head2.x]html> but was:<[index.]html>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.TestOpenOnForXhtmlFiles_JBIDE5577.testOpenOnForXhtmlFiles(TestOpenOnForXhtmlFiles_JBIDE5577.java:60)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
--
testOpenOnInJarPackageFragment(org.jboss.tools.jsf.vpe.jsf.test.jbide.OpenOnInJarPackageFragment_JBIDE5682) Time elapsed: 0.496 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: Active page should be expected:<[IfHandler.class]> but was:<[jstl-core.taglib.xml]>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.vpe.ui.test.OpenOnUtil.checkOpenOnInEditor(OpenOnUtil.java:120)
at org.jboss.tools.jsf.vpe.jsf.test.jbide.OpenOnInJarPackageFragment_JBIDE5682.testOpenOnInJarPackageFragment(OpenOnInJarPackageFragment_JBIDE5682.java:63)
at junit.framework.TestCase.runTest(TestCase.java:168)
--
Tests run: 140, FAILUREs: 24, Errors: 0, Skipped: 0, Time elapsed: 122.607 sec <<< FAILURE!
testSimpleColumns(org.jboss.tools.jsf.vpe.richfaces.test.RichFacesColumnsTemplateTestCase) Time elapsed: 0.483 sec <<< FAILURE!
junit.framework.AssertionFailedError: Style class should be equals expected:<...cell rich-table-cell[]> but was:<...cell rich-table-cell[ ]>:junit.framework.ComparisonFAILURE: Style class should be equals expected:<...cell rich-table-cell[]> but was:<...cell rich-table-cell[ ]>
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.jsf.vpe.richfaces.test.RichFacesColumnsTemplateTestCase.testSimpleColumns(RichFacesColumnsTemplateTestCase.java:91)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
--
testSimplePickList(org.jboss.tools.jsf.vpe.richfaces.test.RichFacesPickListTemplateTestCase) Time elapsed: 0.442 sec <<< FAILURE!
junit.framework.ComparisonFAILURE: Style class should be equals expected:<rich-list-picklist[]> but was:<rich-list-picklist[ ]>
at junit.framework.Assert.assertEquals(Assert.java:81)
at org.jboss.tools.jsf.vpe.richfaces.test.RichFacesPickListTemplateTestCase.testSimplePickList(RichFacesPickListTemplateTestCase.java:82)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
--
testCalendar(org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest) Time elapsed: 0.537 sec <<< FAILURE!
junit.framework.AssertionFailedError: string is"rich-calendar-input" but must be "rich-calendar-input null"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest.testCalendar(RichFacesComponentContentTest.java:57)
--
testDataDefinitionList(org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest) Time elapsed: 0.749 sec <<< FAILURE!
junit.framework.AssertionFailedError: string is"" but must be "headerClass"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest.testDataDefinitionList(RichFacesComponentContentTest.java:107)
--
testDataGrid(org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest) Time elapsed: 1.491 sec <<< FAILURE!
junit.framework.AssertionFailedError: string is"" but must be "center"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest.testDataGrid(RichFacesComponentContentTest.java:95)
--
testDataTable(org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest) Time elapsed: 0.563 sec <<< FAILURE!
junit.framework.AssertionFailedError: string is"" but must be "1px"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest.testDataTable(RichFacesComponentContentTest.java:111)
--
testOrderingList(org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest) Time elapsed: 1.027 sec <<< FAILURE!
junit.framework.AssertionFailedError: string is"" but must be "200px"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest.testOrderingList(RichFacesComponentContentTest.java:224)
--
testPaint2D(org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest) Time elapsed: 0.465 sec <<< FAILURE!
junit.framework.AssertionFailedError: string is"" but must be "transparent"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest.testPaint2D(RichFacesComponentContentTest.java:228)
--
testPanelMenu(org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest) Time elapsed: 0.56 sec <<< FAILURE!
junit.framework.AssertionFailedError: string is"file:///mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/target/work/plugins/org.jboss.tools.jsf.vpe.richfaces_3.1.0.qualifier/resources/panelMenuGroup/spacer.gif" but pattern is ".*resources/panelMenuGroup/disc.gif"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest.testPanelMenu(RichFacesComponentContentTest.java:244)
--
testScrollableDataTable(org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest) Time elapsed: 0.808 sec <<< FAILURE!
junit.framework.AssertionFailedError: string is"dr-table-cell rich-table-cell col" but must be "dr-table-cell rich-table-cell col"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest.testScrollableDataTable(RichFacesComponentContentTest.java:268)
--
testSeparator(org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest) Time elapsed: 0.466 sec <<< FAILURE!
junit.framework.AssertionFailedError: string is"" but must be "left"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest.testSeparator(RichFacesComponentContentTest.java:272)
--
testSpacer(org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest) Time elapsed: 0.502 sec <<< FAILURE!
junit.framework.AssertionFailedError: string is"" but must be "1px"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest.testSpacer(RichFacesComponentContentTest.java:280)
--
testTabPanel(org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest) Time elapsed: 0.562 sec <<< FAILURE!
junit.framework.AssertionFailedError: string is"" but must be "left"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest.testTabPanel(RichFacesComponentContentTest.java:288)
--
testTogglePanel(org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest) Time elapsed: 0.481 sec <<< FAILURE!
junit.framework.AssertionFailedError: there is not : "STYLE" attribute
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest.testTogglePanel(RichFacesComponentContentTest.java:296)
--
testToolBar(org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest) Time elapsed: 0.834 sec <<< FAILURE!
junit.framework.AssertionFailedError: string is"" but must be "100%"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest.testToolBar(RichFacesComponentContentTest.java:304)
--
testListShuttle(org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest) Time elapsed: 1.088 sec <<< FAILURE!
junit.framework.AssertionFailedError: string is"rich-shuttle-source-row" but must be "rich-shuttle-source-row null"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest.testListShuttle(RichFacesComponentContentTest.java:208)
--
testJBIDE3740(org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest) Time elapsed: 1.472 sec <<< FAILURE!
junit.framework.AssertionFailedError: string is"file:///mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/target/work/plugins/org.jboss.tools.jsf.vpe.richfaces_3.1.0.qualifier/resources/panelMenuGroup/spacer.gif" but pattern is ".*resources/panelMenuGroup/chevronDown.gif"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest.testJBIDE3740(RichFacesComponentContentTest.java:29)
--
testColumns(org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest) Time elapsed: 0.573 sec <<< FAILURE!
junit.framework.AssertionFailedError: string is"file:///mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/target/work/plugins/org.jboss.tools.vpe_3.1.0.qualifier/ve/unresolved_image.gif" but pattern is ".*resources/column/sortable.gif"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest.testColumns(RichFacesComponentContentTest.java:83)
--
testColumn(org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest) Time elapsed: 0.725 sec <<< FAILURE!
junit.framework.AssertionFailedError: string is"dr-table-cell rich-table-cell blueText" but must be "dr-table-cell rich-table-cell blueText"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest.testColumn(RichFacesComponentContentTest.java:91)
--
testFileUpload(org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest) Time elapsed: 0.56 sec <<< FAILURE!
junit.framework.AssertionFailedError: Child of node "DIV" is "null", but should be "#text"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest.testFileUpload(RichFacesComponentContentTest.java:168)
--
testPanelMenuGroup(org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest) Time elapsed: 0.956 sec <<< FAILURE!
junit.framework.AssertionFailedError: string is"file:///mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/target/work/plugins/org.jboss.tools.jsf.vpe.richfaces_3.1.0.qualifier/resources/panelMenuGroup/spacer.gif" but pattern is ".*resources/panelMenuGroup/disc.gif"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest.testPanelMenuGroup(RichFacesComponentContentTest.java:248)
--
testPickList(org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest) Time elapsed: 0.511 sec <<< FAILURE!
junit.framework.AssertionFailedError: string is"" but must be "vertical-align: middle;"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest.testPickList(RichFacesComponentContentTest.java:256)
--
testToggleControl(org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest) Time elapsed: 0.434 sec <<< FAILURE!
junit.framework.AssertionFailedError: Cann't find element with id=toggleControl
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.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:114)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest.testToggleControl(RichFacesComponentContentTest.java:300)
--
testDataTableSpacerDataScroller(org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest) Time elapsed: 0.62 sec <<< FAILURE!
junit.framework.AssertionFailedError: name of tag is "IMG"but must be "SPAN"
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareElements(ComponentContentTest.java:131)
at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:90)
at org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest.testDataTableSpacerDataScroller(RichFacesComponentContentTest.java:332)
--
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months
[JBoss JIRA] Created: (JBIDE-6677) Validate 3.2.4 da
by Pete Muir (JIRA)
Validate 3.2.4 da
-----------------
Key: JBIDE-6677
URL: https://jira.jboss.org/browse/JBIDE-6677
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: cdi (jsr-299)
Reporter: Pete Muir
Assignee: Alexey Kazakov
If a bean class of a session bean X is annotated @Specializes, then the bean class of X must directly extend the bean class of another session bean Y. If the bean class of X does not directly extend the bean class of another session bean, the container automatically detects the problem and treats it as a definition error.
Scenario's to test:
* SFSB X extends simple bean
* SFSB X extends nothing
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months