[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-6677?page=c...
]
Strong Liu resolved HHH-6677.
-----------------------------
Resolution: Fixed
now, method with @BeforeClassOnce and @AfterClassOnce will not be called if all test
methods are ignored
so we should avoid use @BeforeClass nor @AfterClass until we have better solution
skip @BeforeClassOnce / @AfterClassOnce if test is ignored
-----------------------------------------------------------
Key: HHH-6677
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-6677
Project: Hibernate Core
Issue Type: Bug
Components: testsuite
Affects Versions: 4.0.0.CR3
Reporter: Strong Liu
Assignee: Strong Liu
Fix For: 4.0.0.next
https://hudson.qa.jboss.com/hudson/job/hibernate-core-master-matrix/datab...
this test fails on PostgreSQL but it should be ignored by @RequiresDialect( value =
Oracle9iDialect.class ) on PostgreSQL.
the failure happens at buildSessionFactory method (with @BeforeClassOnce) in the base
test class.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira