[
http://opensource.atlassian.com/projects/hibernate/browse/BVTCK-7?page=co...
]
Hardy Ferentschik commented on BVTCK-7:
---------------------------------------
I made sure that in packages with multiple test classes all use the same list of classes
in @Classes. I also updated the _org.jboss.test-harness_ version to 1.1.0-CR6. Using this
setup I was able to run the BV TCK against JBoss AS 6 M4. For now I only deployed a
SNAPSHOT
https://repository.jboss.org/nexus/content/repositories/snapshots/org/hib...
which should give us the opportunity to test the changes. Before a final release it would
be nice to get a 1.1.0.Final of the test-harness as well.
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: Hardy Ferentschik
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira