HHH-4261 comment and checkstyle
This commit is contained in:
parent
8ca6b276ca
commit
1f51d12579
|
@ -188,6 +188,7 @@ public class AnyTest extends BaseCoreFunctionalTestCase {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Simply having this orm.xml file in the classpath reproduces HHH-4261.
|
||||||
@Override
|
@Override
|
||||||
protected String[] getXmlFiles() {
|
protected String[] getXmlFiles() {
|
||||||
return new String[] { "org/hibernate/test/annotations/any/orm.xml" };
|
return new String[] { "org/hibernate/test/annotations/any/orm.xml" };
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
version="2.0">
|
version="2.0">
|
||||||
<package>org.hibernate.test.annotations.any</package>
|
<package>org.hibernate.test.annotations.any</package>
|
||||||
</entity-mappings>
|
</entity-mappings>
|
||||||
|
|
Loading…
Reference in New Issue