|
|
|
@ -250,7 +250,7 @@ Java:: |
|
|
|
@SqlGroup({ |
|
|
|
@SqlGroup({ |
|
|
|
@Sql(scripts = "/test-schema.sql", config = @SqlConfig(commentPrefix = "`")), |
|
|
|
@Sql(scripts = "/test-schema.sql", config = @SqlConfig(commentPrefix = "`")), |
|
|
|
@Sql("/test-user-data.sql") |
|
|
|
@Sql("/test-user-data.sql") |
|
|
|
)} |
|
|
|
}) |
|
|
|
void userTest() { |
|
|
|
void userTest() { |
|
|
|
// run code that uses the test schema and test data |
|
|
|
// run code that uses the test schema and test data |
|
|
|
} |
|
|
|
} |
|
|
|
|