]
Hardy Ferentschik resolved HHH-5318.
------------------------------------
Resolution: Fixed
Wrong logic for RequiresDialectFeature in
org.hibernate.test.annotations.HibernateTestCase
------------------------------------------------------------------------------------------
Key: HHH-5318
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-5318
Project: Hibernate Core
Issue Type: Bug
Components: annotations
Affects Versions: 3.5.3
Reporter: Hardy Ferentschik
Assignee: Hardy Ferentschik
Fix For: 3.5.x, 3.6
{code}
boolean skip = check.include( dialect );
{code}
should be
{code}
boolean skip = !check.include( dialect );
{code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: