HHH-6509 - Updates to latest BaseCoreFunctionalTestCase interface.
This commit is contained in:
parent
f0bb66fe8b
commit
e80a67307f
|
@ -109,7 +109,7 @@ public abstract class SpatialFunctionalTestCase extends BaseCoreFunctionalTestCa
|
||||||
*
|
*
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
protected void afterMetadataBuilt(MetadataImplementor metadataImplementor) {
|
protected void afterConstructAndConfigureMetadata(MetadataImplementor metadataImplementor) {
|
||||||
super.afterConstructAndConfigureMetadata( metadataImplementor );
|
super.afterConstructAndConfigureMetadata( metadataImplementor );
|
||||||
initializeSpatialTestSupport( metadataImplementor );
|
initializeSpatialTestSupport( metadataImplementor );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue