[
https://issues.jboss.org/browse/JBIDE-8771?page=com.atlassian.jira.plugin...
]
Viacheslav Kabanovich commented on JBIDE-8771:
----------------------------------------------
In my environment this test passes both in Tycho and in Eclipse, but possible cause for
the failure is clear.
We have two tests: testNewInterceptorBindingWizard and
testNewInterceptorBindingWizardWithBinding, the second uses the interceptor binding
created by the first, so that build is necessary before the second method starts. It is
again the problem of waitForIdle method. I have inserted the explicit build. Alexey,
please try it in your environment.
org.jboss.tools.cdi.ui.test.wizard.NewCDIWizardTest.testNewInterceptorBindingWizardWithBinding
failure.
-------------------------------------------------------------------------------------------------------
Key: JBIDE-8771
URL:
https://issues.jboss.org/browse/JBIDE-8771
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.2.1.M1
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.2.1.M1
Tests run: 27, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 68.71 sec <<<
FAILURE!
testNewInterceptorBindingWizardWithBinding(org.jboss.tools.cdi.ui.test.wizard.NewCDIWizardTest)
Time elapsed: 0.097 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.assertNotNull(Assert.java:214)
at junit.framework.Assert.assertNotNull(Assert.java:207)
at
org.jboss.tools.cdi.ui.test.wizard.NewCDIWizardTest.testNewInterceptorBindingWizardWithBinding(NewCDIWizardTest.java:302)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira