From: http://hudson.qa.jboss.com/hudson/view/DevStudio/job/jbosstools-3.2.0.M1/89/consoleText
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)
–
- duplicates
-
JBIDE-6517 Resolve member values of annotations to qualified names, instead of reducing them to simple names
- Closed