[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5318) Wrong logic for RequiresDialectFeature in org.hibernate.test.annotations.HibernateTestCase

Hardy Ferentschik (JIRA) noreply at atlassian.com
Fri Jun 18 10:54:21 EDT 2010


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: 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