HHH-7446 bug-fix
This commit is contained in:
parent
1c57d51a0d
commit
7b5b3c214a
|
@ -40,7 +40,7 @@ import org.junit.Test;
|
|||
public class HibernateAnnotationMappingTest extends BaseUnitTestCase {
|
||||
|
||||
@Test
|
||||
@TestForIssue( jiraKey = "HHH-5281" )
|
||||
@TestForIssue( jiraKey = "HHH-7446" )
|
||||
public void testUniqueConstraintAnnotationOnNaturalIds() throws Exception {
|
||||
Configuration configuration = new Configuration();
|
||||
configuration.setProperty( Environment.HBM2DDL_AUTO, "create-drop" );
|
Loading…
Reference in New Issue