[hibernate-issues] [Hibernate-JIRA] Created: (BVTCK-7) Update all tests within a package to use the same resource includes via @Classes

Hardy Ferentschik (JIRA) noreply at atlassian.com
Thu Aug 12 09:18:44 EDT 2010


Update all tests within a package to use the same resource includes via @Classes
--------------------------------------------------------------------------------

                 Key: BVTCK-7
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/BVTCK-7
             Project: Bean Validation TCK
          Issue Type: Bug
            Reporter: Hardy Ferentschik
            Assignee: Emmanuel Bernard
             Fix For: 1.0.4


The current test framework builds for each test a war file containing all classes within the package of the test class and all additional classes listed in the @Classes annotation. This can lead to problems when there are several tests in the same package using different resources - see [JBCTS-1039|https://jira.jboss.org/browse/JBCTS-1039].

For all tests within a package the @Classes annotation has to list the union of all required additional resources in the package.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list