[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6797) [testing annotation] method level Annotation overrides Class level one

Strong Liu (JIRA) noreply at atlassian.com
Thu Nov 3 03:48:20 EDT 2011


[testing annotation] method level Annotation overrides Class level one 
-----------------------------------------------------------------------

                 Key: HHH-6797
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6797
             Project: Hibernate Core
          Issue Type: Improvement
          Components: testsuite
    Affects Versions: 4.0.0.CR5
            Reporter: Strong Liu


for example _org.hibernate.test.filter.DynamicFilterTest_
this test has a class level annotation @SkipForDialect to skip it run on sybase due to HHH-3637
and on method, testSqlSyntaxOfFiltersWithUnions, there is a @SkipForDialect too, which skips this method on Ingres
but this method testSqlSyntaxOfFiltersWithUnions now is running on Sybase and fails 


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list