diff --git a/hibernate-core/src/test/java/org/hibernate/test/annotations/any/AnyTest.java b/hibernate-core/src/test/java/org/hibernate/test/annotations/any/AnyTest.java index d567582120..cdf1d989e4 100644 --- a/hibernate-core/src/test/java/org/hibernate/test/annotations/any/AnyTest.java +++ b/hibernate-core/src/test/java/org/hibernate/test/annotations/any/AnyTest.java @@ -187,4 +187,9 @@ public class AnyTest extends BaseCoreFunctionalTestCase { "org.hibernate.test.annotations.any" }; } + + @Override + protected String[] getXmlFiles() { + return new String[] { "org/hibernate/test/annotations/any/orm.xml" }; + } } diff --git a/hibernate-core/src/test/resources/org/hibernate/test/annotations/any/orm.xml b/hibernate-core/src/test/resources/org/hibernate/test/annotations/any/orm.xml new file mode 100644 index 0000000000..a6d17dca54 --- /dev/null +++ b/hibernate-core/src/test/resources/org/hibernate/test/annotations/any/orm.xml @@ -0,0 +1,7 @@ + + + + org.hibernate.test.annotations.any + \ No newline at end of file