cdi test failures
-----------------
Key: JBIDE-6534
URL:
https://jira.jboss.org/browse/JBIDE-6534
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: cdi (jsr-299)
Affects Versions: 3.2.0.M1
Reporter: Nick Boldt
Assignee: Viacheslav Kabanovich
Fix For: 3.2.x
From:
http://hudson.qa.jboss.com/hudson/view/DevStudio/job/jbosstools-3.2.0.M1/...
Tests run: 202, FAILUREs: 2, Errors: 0, Skipped: 0, Time elapsed: 5.005 sec <<<
FAILURE!
testQualifierCoincidingSimpleNameInInjectingBeanAndCoincidingSimpleNameInInjectedBeanResolved(org.jboss.tools.cdi.core.test.tck.QualifierWithMembersTest)
Time elapsed: 0.008 sec <<< FAILURE!
junit.framework.AssertionFailedError: Wrong number of the beans expected:<1> but
was:<2>
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
org.jboss.tools.cdi.core.test.tck.QualifierWithMembersTest.testQualifierCoincidingSimpleNameInInjectingBeanAndCoincidingSimpleNameInInjectedBeanResolved(QualifierWithMembersTest.java:108)
--
testNonDecoratorWithDecoratesAnnotationNotOK(org.jboss.tools.cdi.core.test.tck.ValidationTest)
Time elapsed: 0.001 sec <<< FAILURE!
junit.framework.AssertionFailedError: Wrong number of found marker matches the 'Bean
class that is not a decorator cannot have an injection point annotated @Delegate \[JSR-299
ยง8.1.2\]' pattern expected:<0> but was:<1>
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
org.jboss.tools.tests.AbstractResourceMarkerTest.assertMarkerIsCreated(AbstractResourceMarkerTest.java:90)
at
org.jboss.tools.cdi.core.test.tck.ValidationTest.assertMarkerIsCreated(ValidationTest.java:1115)
at
org.jboss.tools.cdi.core.test.tck.ValidationTest.testNonDecoratorWithDecoratesAnnotationNotOK(ValidationTest.java:1046)
--
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: