Skip to content

Commit

Permalink
HHH-9996 - Finish Derby database profile - ForeignKeyMigrationTest re…
Browse files Browse the repository at this point in the history
…quires Dialect supports catalog creation
  • Loading branch information
dreab8 committed Sep 30, 2015
1 parent b68291e commit 243a72c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@
/**
* @author Steve Ebersole
*/
@RequiresDialectFeature( value = {DialectChecks.SupportSchemaCreation.class, DialectChecks.SupportCatalogCreation.class})
@RequiresDialectFeature( value = {DialectChecks.SupportCatalogCreation.class})
public class ForeignKeyMigrationTest extends BaseUnitTestCase {
@Test
@TestForIssue( jiraKey = "HHH-9716" )
Expand Down

0 comments on commit 243a72c

Please sign in to comment.