[
https://issues.jboss.org/browse/JBIDE-13024?page=com.atlassian.jira.plugi...
]
Alexey Kazakov commented on JBIDE-13024:
----------------------------------------
I send two PRs for base and javaee modules.
This fix is not ideal since it's impossible to write 100% stable test for this UI
stuff. But if something is really broken we will see that this test fail every time. Not
only from time to time.
JSFAsYouTypeValidationTest failure
----------------------------------
Key: JBIDE-13024
URL:
https://issues.jboss.org/browse/JBIDE-13024
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 4.0.0.Beta2
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 4.0.0.CR1
{code}
testAsYouTypeValidation(org.jboss.tools.jsf.ui.test.validation.JSFAsYouTypeValidationTest)
Time elapsed: 7.287 sec <<< FAILURE!
junit.framework.AssertionFailedError: No Problem Annotation found!
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.common.base.test.validation.AbstractAsYouTypeValidationTest.doAsYouTypeValidationTest(AbstractAsYouTypeValidationTest.java:192)
at
org.jboss.tools.jsf.ui.test.validation.JSFAsYouTypeValidationTest.testAsYouTypeValidation(JSFAsYouTypeValidationTest.java:133)
{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