[JBoss JIRA] (JBIDE-13491) org.jboss.tools.jst.css.test.jbide.InputFractionalValueTest_JBIDE4790 test failure for Eclipse 4.3.0.M5
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13491?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-13491:
-----------------------------------
Fix Version/s: 4.1.0.Alpha2
(was: 4.1.0.Alpha1)
> org.jboss.tools.jst.css.test.jbide.InputFractionalValueTest_JBIDE4790 test failure for Eclipse 4.3.0.M5
> -------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-13491
> URL: https://issues.jboss.org/browse/JBIDE-13491
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: common/jst/core
> Affects Versions: 4.1.0.Alpha1
> Reporter: Alexey Kazakov
> Assignee: Konstantin Marmalyukov
> Fix For: 4.1.0.Alpha2
>
>
> {code}
> -------------------------------------------------------------------------------
> Test set: org.jboss.tools.jst.css.test.CSSAllTests
> -------------------------------------------------------------------------------
> Tests run: 16, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 31.228 sec <<< FAILURE!
> testPreviewView(org.jboss.tools.jst.css.test.CSSViewTest) Time elapsed: 2.592 sectestPerspective(org.jboss.tools.jst.css.test.CSSViewTest) Time elapsed: 0.431 sectestEditorViewSelection(org.jboss.tools.jst.css.test.CSSViewTest) Time elapsed: 2.448 sectestEditorViewTabs(org.jboss.tools.jst.css.test.CSSViewTest) Time elapsed: 12.118 sectestInputFractionalValue(org.jboss.tools.jst.css.test.jbide.InputFractionalValueTest_JBIDE4790) Time elapsed: 1.519 sec <<< FAILURE!
> junit.framework.ComparisonFailure: expected:<1[em1.em1].em> but was:<1[].em>
> at junit.framework.Assert.assertEquals(Assert.java:85)
> at junit.framework.Assert.assertEquals(Assert.java:91)
> at org.jboss.tools.jst.css.test.jbide.InputFractionalValueTest_JBIDE4790.testInputFractionalValue(InputFractionalValueTest_JBIDE4790.java:105)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (JBIDE-13490) org.jboss.tools.jst.jsp.test.commands.KeyBindingsTest failure for Eclipse 4.3.0.M5
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13490?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-13490:
------------------------------------
Pulling new mirrors of Kepler, Eclipse 4.3M5a, WTP M5, and BIRT 4.2.2.(latest interim build).
Should be a few hours before it's done.
> org.jboss.tools.jst.jsp.test.commands.KeyBindingsTest failure for Eclipse 4.3.0.M5
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-13490
> URL: https://issues.jboss.org/browse/JBIDE-13490
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: common/jst/core
> Affects Versions: 4.1.0.Alpha1
> Reporter: Alexey Kazakov
> Assignee: Victor Rubezhny
> Fix For: 4.1.0.Alpha2
>
>
> {code}
> -------------------------------------------------------------------------------
> Test set: org.jboss.tools.jst.jsp.test.JstJspAllTests
> -------------------------------------------------------------------------------
> Tests run: 21, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 66.752 sec <<< FAILURE!
> testKeyBindings(org.jboss.tools.jst.jsp.test.commands.KeyBindingsTest) Time elapsed: 1.601 sec <<< FAILURE!
> junit.framework.AssertionFailedError: Command found but cannot be executed for 'Perfect Match' keystroke CTRL+D
> at junit.framework.Assert.fail(Assert.java:50)
> at junit.framework.Assert.assertTrue(Assert.java:20)
> at junit.framework.Assert.assertNotNull(Assert.java:218)
> at org.jboss.tools.jst.jsp.test.commands.KeyBindingsTest.doTestKeyBindingsOnPage(KeyBindingsTest.java:97)
> at org.jboss.tools.jst.jsp.test.commands.KeyBindingsTest.testKeyBindings(KeyBindingsTest.java:70)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (JBIDE-13257) JBTValidationException when JBDS stops
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13257?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-13257:
----------------------------------
Fix Version/s: 4.1.x
(was: 4.1.0.Alpha1)
> JBTValidationException when JBDS stops
> ---------------------------------------
>
> Key: JBIDE-13257
> URL: https://issues.jboss.org/browse/JBIDE-13257
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Webservices
> Affects Versions: 4.0.0.CR1
> Environment: Ubuntu, jbdevstudio-product-eap-universal-6.0.0.CR1-v20121204-0201-B166.jar
> Reporter: Daniel Azarov
> Assignee: Xavier Coulon
> Fix For: 4.1.x
>
>
> What I did:
> 1. Install JBDS
> 2. Create JSF, Seam, CDI projects
> 3. Open different files in different editors
> 4. Close JBDS
> FAIL:
> {code}
> org.jboss.tools.common.validation.JBTValidationException
> at org.jboss.tools.common.validation.ValidatorManager.validateInJob(ValidatorManager.java:101)
> at org.eclipse.wst.validation.internal.operations.ValidatorJob.run(ValidatorJob.java:78)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> Caused by: java.lang.NullPointerException
> at org.jboss.tools.ws.jaxrs.ui.cnf.UriMappingsContentProvider.refreshContent(UriMappingsContentProvider.java:165)
> at org.jboss.tools.ws.jaxrs.ui.cnf.UriMappingsContentProvider.inform(UriMappingsContentProvider.java:157)
> at org.jboss.tools.ws.jaxrs.core.pubsub.EventService.publish(EventService.java:50)
> at org.jboss.tools.ws.jaxrs.core.internal.metamodel.builder.JaxrsElementChangedPublisher.publish(JaxrsElementChangedPublisher.java:34)
> at org.jboss.tools.ws.jaxrs.core.internal.metamodel.validation.JaxrsMetamodelValidator.validate(JaxrsMetamodelValidator.java:125)
> at org.jboss.tools.common.validation.ValidatorManager.validate(ValidatorManager.java:117)
> at org.jboss.tools.common.validation.ValidatorManager.validateInJob(ValidatorManager.java:81)
> ... 2 more
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months