HHH-6509 - Updates to latest BaseCoreFunctionalTestCase interface.

This commit is contained in:
Karel Maesen 2014-04-29 22:53:20 +02:00 committed by Steve Ebersole
parent f0bb66fe8b
commit e80a67307f
1 changed files with 1 additions and 1 deletions

View File

@ -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 );
} }