mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-09 04:34:49 +00:00
HHH-7446 bug-fix
This commit is contained in:
parent
8b9f171a03
commit
c9d6d61adf
@ -40,7 +40,7 @@
|
||||
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…
x
Reference in New Issue
Block a user