HHH-10277 - Correct test to refer to "attributeConverterDefinition" field for 5.0

This commit is contained in:
Gail Badner 2016-06-17 13:17:29 -07:00
parent e8e8538228
commit 0ba858b91d
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public class CollectionCompositeElementExplicitConversionTest extends BaseUnitTe
@Before
public void setUp() throws Exception {
ssr = new StandardServiceRegistryBuilder().build();
simpleValueAttributeConverterDescriptorField = ReflectHelper.findField( SimpleValue.class, "attributeConverterDescriptor" );
simpleValueAttributeConverterDescriptorField = ReflectHelper.findField( SimpleValue.class, "attributeConverterDefinition" );
}
@After