mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
ehcache tests no longer failing
This commit is contained in:
parent
5416b15ef7
commit
21bc0e8cc4
@ -6,12 +6,10 @@
|
||||
import org.hibernate.cache.ehcache.EhCacheRegionFactory;
|
||||
import org.hibernate.cfg.Configuration;
|
||||
import org.hibernate.cfg.Environment;
|
||||
import org.hibernate.testing.FailureExpectedWithNewMetamodel;
|
||||
|
||||
/**
|
||||
* @author Alex Snaps
|
||||
*/
|
||||
@FailureExpectedWithNewMetamodel
|
||||
public class EhCacheRegionFactoryImpl extends EhCacheTest {
|
||||
|
||||
@Override
|
||||
|
@ -6,12 +6,10 @@
|
||||
import org.hibernate.cache.ehcache.internal.strategy.ItemValueExtractor;
|
||||
import org.hibernate.cfg.Configuration;
|
||||
import org.hibernate.cfg.Environment;
|
||||
import org.hibernate.testing.FailureExpectedWithNewMetamodel;
|
||||
|
||||
/**
|
||||
* @author Alex Snaps
|
||||
*/
|
||||
@FailureExpectedWithNewMetamodel
|
||||
public class EhCacheRegionTest extends EhCacheTest {
|
||||
@Override
|
||||
protected void configCache(final Configuration cfg) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user