-
Bug
-
Resolution: Done
-
Critical
-
4.2.0.Alpha1
-
None
VPE test failures during maven build.
Test result for docbook test is the following:
Failed tests: testTip(org.jboss.tools.vpe.docbook.test.DocbookComponentContent
Test): Editor should be opened.
testNote(org.jboss.tools.vpe.docbook.test.DocbookComponentContentTest): Editor should be opened.
testXref(org.jboss.tools.vpe.docbook.test.DocbookComponentContentTest): Editor should be opened.
testLiteral(org.jboss.tools.vpe.docbook.test.DocbookComponentContentTest): Editor should be opened.
testCaution(org.jboss.tools.vpe.docbook.test.DocbookComponentContentTest): Editor should be opened.
testImportant(org.jboss.tools.vpe.docbook.test.DocbookComponentContentTest): Editor should be opened.
testWarning(org.jboss.tools.vpe.docbook.test.DocbookComponentContentTest): Editor should be opened.
testProgramlisting(org.jboss.tools.vpe.docbook.test.DocbookComponentContentTest): Editor should be opened.Tests run: 8, Failures: 8, Errors: 0, Skipped: 0
Unfortunately my console does not allow me to see full stacktrace. After debug it looks like the essence of failure is in IDE.openEditor method, which returns null and does not open the editor(according to javadoc it must open editor anyway).
Also when tests runs from Eclipse everything passes fine.
- is related to
-
JBIDE-15639 Support running on Eclipse Luna platform
- Closed