[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-7704) org.jboss.tools.jsf.vpe.jsf.test.JsfAllTests failures.

Maxim Areshkau (JIRA) jira-events at lists.jboss.org
Fri Nov 26 04:20:30 EST 2010


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

Maxim Areshkau commented on JBIDE-7704:
---------------------------------------

This test has been fixed, but wait until build will be back to normal to check status on server.

> org.jboss.tools.jsf.vpe.jsf.test.JsfAllTests failures.
> ------------------------------------------------------
>
>                 Key: JBIDE-7704
>                 URL: https://jira.jboss.org/browse/JBIDE-7704
>             Project: Tools (JBoss Tools)
>          Issue Type: Sub-task
>          Components: Visual Page Editor core
>    Affects Versions: 3.2.0.Beta2
>            Reporter: Alexey Kazakov
>            Assignee: Maxim Areshkau
>             Fix For: 3.2.0.CR1
>
>
> Failed tests: 
>   testCheckDocBookTitle(org.jboss.tools.jsf.vpe.jsf.test.jbide.DocBookTemplatesTest)
>   testCheckContetnForDefaultNamespace(org.jboss.tools.jsf.vpe.jsf.test.jbide.TestForUsingComponentsLibrariesWithDefaultNamespace)
>   testJBIDE_1484(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE1484Test)
> Tests in error: 
>   testCorrectCustomElements(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test)
>   testIncorrectCustomElements(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test)
>   testOpenOnForSDecorate(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test)
>   testJBIDE4635OpenOn(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4509Test)
>   testTaglibXMLUnformatedDTD(org.jboss.tools.jsf.vpe.jsf.test.jbide.TaglibXMLUnformatedDTD_JBIDE5642)
> testCheckDocBookTitle(org.jboss.tools.jsf.vpe.jsf.test.jbide.DocBookTemplatesTest)  Time elapsed: 0.326 sec  <<< FAILURE!
> junit.framework.AssertionFailedError: Cann't find element with id=title
> 	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:136)
> 	at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareContent(ComponentContentTest.java:112)
> 	at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTestByFullPath(ComponentContentTest.java:97)
> 	at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:68)
> 	at org.jboss.tools.jsf.vpe.jsf.test.jbide.DocBookTemplatesTest.testCheckDocBookTitle(DocBookTemplatesTest.java:33)
> testCheckContetnForDefaultNamespace(org.jboss.tools.jsf.vpe.jsf.test.jbide.TestForUsingComponentsLibrariesWithDefaultNamespace)  Time elapsed: 0.479 sec  <<< FAILURE!
> junit.framework.AssertionFailedError: /home/igels/Projects/trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/target/work/data/jsf2test/WebContent/pages/JBIDE/5352/table.xhtml.xml[/tests/test/DIV/@STYLE]:
> Style parameter [margin] is missing in the VPE element
> 	at junit.framework.Assert.fail(Assert.java:47)
> 	at org.jboss.tools.vpe.ui.test.ComponentContentTest.compareContent(ComponentContentTest.java:117)
> 	at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTestByFullPath(ComponentContentTest.java:97)
> 	at org.jboss.tools.vpe.ui.test.ComponentContentTest.performContentTest(ComponentContentTest.java:68)
> 	at org.jboss.tools.jsf.vpe.jsf.test.jbide.TestForUsingComponentsLibrariesWithDefaultNamespace.testCheckContetnForDefaultNamespace(TestForUsingComponentsLibrariesWithDefaultNamespace.java:27)
> testJBIDE_1484(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE1484Test)  Time elapsed: 0.362 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)
> testCorrectCustomElements(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test)  Time elapsed: 0.542 sec  <<< ERROR!
> java.lang.ClassCastException: org.eclipse.wst.sse.ui.StructuredTextEditor$StructuredSelectionProvider$StructuredTextSelection cannot be cast to org.eclipse.jface.viewers.StructuredSelection
> 	at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test.testCorrectCustomElements(JBIDE4373Test.java:56)
> testIncorrectCustomElements(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test)  Time elapsed: 0.409 sec  <<< ERROR!
> java.lang.ClassCastException: org.eclipse.wst.sse.ui.StructuredTextEditor$StructuredSelectionProvider$StructuredTextSelection cannot be cast to org.eclipse.jface.viewers.StructuredSelection
> 	at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test.testIncorrectCustomElements(JBIDE4373Test.java:77)
> testOpenOnForSDecorate(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test)  Time elapsed: 0.34 sec  <<< ERROR!
> java.lang.NullPointerException
> 	at org.jboss.tools.common.text.ext.hyperlink.xpl.BaseHyperlinkDetector.getHyperlinks(BaseHyperlinkDetector.java:38)
> 	at org.jboss.tools.common.text.ext.hyperlink.xpl.BaseHyperlinkDetector.detectHyperlinks(BaseHyperlinkDetector.java:118)
> 	at org.jboss.tools.vpe.editor.VpeSourceDomBuilder.openOnOnVisualNode(VpeSourceDomBuilder.java:170)
> 	at org.jboss.tools.vpe.editor.VpeSourceDomBuilder.openOn(VpeSourceDomBuilder.java:135)
> 	at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4373Test.testOpenOnForSDecorate(JBIDE4373Test.java:194)
> testJBIDE4635OpenOn(org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4509Test)  Time elapsed: 0.366 sec  <<< ERROR!
> java.lang.ClassCastException: org.jboss.tools.common.model.ui.texteditors.XMLTextEditorStandAlone cannot be cast to org.eclipse.ui.part.MultiPageEditorPart
> 	at org.jboss.tools.vpe.ui.test.OpenOnUtil.checkOpenOnInEditor(OpenOnUtil.java:93)
> 	at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4509Test.testJBIDE4635OpenOn(JBIDE4509Test.java:109)
> testTaglibXMLUnformatedDTD(org.jboss.tools.jsf.vpe.jsf.test.jbide.TaglibXMLUnformatedDTD_JBIDE5642)  Time elapsed: 2.416 sec  <<< ERROR!
> java.lang.Exception: java.lang.Exception: Model feature org.jboss.tools.jsf.ui.action.ImportProjectAction is not registered with extension point org.jboss.tools.common.model.classes
> 	at org.jboss.tools.vpe.ui.test.VpeTest.tearDown(VpeTest.java:142)
> 	at org.jboss.tools.jsf.vpe.jsf.test.jbide.TaglibXMLUnformatedDTD_JBIDE5642.tearDown(TaglibXMLUnformatedDTD_JBIDE5642.java:115)

-- 
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