[weld-issues] [JBoss JIRA] Assigned: (CDITCK-90) Error in TCK test # StereotypeInheritenceTest
David Allen (JIRA)
jira-events at lists.jboss.org
Sat Jan 9 10:34:38 EST 2010
[ https://jira.jboss.org/jira/browse/CDITCK-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
David Allen reassigned CDITCK-90:
---------------------------------
Assignee: David Allen
> 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
> Assignee: David Allen
>
> 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
More information about the weld-issues
mailing list