HHH-5942 - Migrate to JUnit 4
This commit is contained in:
parent
815baf4348
commit
7ece2ee52f
|
@ -48,7 +48,7 @@ import static org.junit.Assert.fail;
|
||||||
public class EhCacheTest extends BaseCoreFunctionalTestCase {
|
public class EhCacheTest extends BaseCoreFunctionalTestCase {
|
||||||
@Override
|
@Override
|
||||||
public String getBaseForMappings() {
|
public String getBaseForMappings() {
|
||||||
return "org/hibernate/test/cache/ehcache";
|
return "org/hibernate/test/cache/ehcache/";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
@ -26,8 +26,7 @@
|
||||||
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
|
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
|
||||||
"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
|
"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
|
||||||
|
|
||||||
<hibernate-mapping
|
<hibernate-mapping package="org.hibernate.test.cache.ehcache">
|
||||||
package="org.hibernate.testing.cache">
|
|
||||||
|
|
||||||
<class name="Item" table="Items">
|
<class name="Item" table="Items">
|
||||||
<id name="id">
|
<id name="id">
|
||||||
|
|
Loading…
Reference in New Issue