ehcache tests no longer failing
This commit is contained in:
parent
5416b15ef7
commit
21bc0e8cc4
|
@ -6,12 +6,10 @@ import java.util.Map;
|
||||||
import org.hibernate.cache.ehcache.EhCacheRegionFactory;
|
import org.hibernate.cache.ehcache.EhCacheRegionFactory;
|
||||||
import org.hibernate.cfg.Configuration;
|
import org.hibernate.cfg.Configuration;
|
||||||
import org.hibernate.cfg.Environment;
|
import org.hibernate.cfg.Environment;
|
||||||
import org.hibernate.testing.FailureExpectedWithNewMetamodel;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Alex Snaps
|
* @author Alex Snaps
|
||||||
*/
|
*/
|
||||||
@FailureExpectedWithNewMetamodel
|
|
||||||
public class EhCacheRegionFactoryImpl extends EhCacheTest {
|
public class EhCacheRegionFactoryImpl extends EhCacheTest {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
@ -6,12 +6,10 @@ import org.hibernate.cache.ehcache.EhCacheRegionFactory;
|
||||||
import org.hibernate.cache.ehcache.internal.strategy.ItemValueExtractor;
|
import org.hibernate.cache.ehcache.internal.strategy.ItemValueExtractor;
|
||||||
import org.hibernate.cfg.Configuration;
|
import org.hibernate.cfg.Configuration;
|
||||||
import org.hibernate.cfg.Environment;
|
import org.hibernate.cfg.Environment;
|
||||||
import org.hibernate.testing.FailureExpectedWithNewMetamodel;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Alex Snaps
|
* @author Alex Snaps
|
||||||
*/
|
*/
|
||||||
@FailureExpectedWithNewMetamodel
|
|
||||||
public class EhCacheRegionTest extends EhCacheTest {
|
public class EhCacheRegionTest extends EhCacheTest {
|
||||||
@Override
|
@Override
|
||||||
protected void configCache(final Configuration cfg) {
|
protected void configCache(final Configuration cfg) {
|
||||||
|
|
Loading…
Reference in New Issue