HHH-14835 : More changes to support SchemaMigrator/SchemaValidator using Hibernate Reactive

Add jira key to test case
This commit is contained in:
Gail Badner 2021-09-23 11:47:59 -07:00 committed by Sanne Grinovero
parent 8cecdd3f43
commit c6e3bf2ef8
1 changed files with 1 additions and 1 deletions

View File

@ -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 {