Error in TCK test # StereotypeInheritenceTest
---------------------------------------------
Key: CDITCK-90
URL:
https://jira.jboss.org/jira/browse/CDITCK-90
Project: CDI TCK
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Gurkan Erdogdu
Hi;
org.jboss.jsr299.tck.tests.definition.stereotype.inheritance.StereotypeInheritenceTest.testInheritence()
related "beans.xml" file
"/org/jboss/jsr299/tck/tests/definition/stereotype/inheritance/beans.xml" is
defined as follows:
<beans>
<alternatives>
<class>org.jboss.jsr299.tck.tests.definition.stereotype.inheritance.NamedRequestPolicyStereotype</class>
</alternatives>
</beans>
But given NamedRequestPolicyStereotype class is a @Stereotype so it must be defined as
follows
<beans>
<alternatives>
<stereotype>org.jboss.jsr299.tck.tests.definition.stereotype.inheritance.NamedRequestPolicyStereotype</stereotype>
</alternatives>
</beans>
Therefore given test is failed becuase Horse class is not enabled.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira