HHH-14835 : More changes to support SchemaMigrator/SchemaValidator using Hibernate Reactive
Add jira key to test case
This commit is contained in:
parent
8cecdd3f43
commit
c6e3bf2ef8
|
@ -35,7 +35,7 @@ import static org.junit.Assert.assertThat;
|
|||
/**
|
||||
* @author Andrea Boriero
|
||||
*/
|
||||
@TestForIssue(jiraKey = "HHH-XXX")
|
||||
@TestForIssue(jiraKey = "HHH-14835")
|
||||
@RunWith(CustomRunner.class)
|
||||
@RequiresDialect(SQLServer2012Dialect.class)
|
||||
public class SchemaExportSqlServerWithSequenceDefaultSchemaCatalog {
|
||||
|
|
Loading…
Reference in New Issue