DATAJDBC-125 - Polishing.
Added comments to denoting the relevant Jira issue on tests created for DATAJDBC-204.
This commit is contained in:
committed by
Greg Turnquist
parent
58d93ba004
commit
a5e647cb17
@@ -55,7 +55,7 @@ public class EnableJdbcAuditingHsqlIntegrationTests {
|
||||
|
||||
SoftAssertions softly = new SoftAssertions();
|
||||
|
||||
@Test
|
||||
@Test // DATAJDBC-204
|
||||
public void auditForAnnotatedEntity() {
|
||||
|
||||
configureRepositoryWith( //
|
||||
@@ -110,7 +110,7 @@ public class EnableJdbcAuditingHsqlIntegrationTests {
|
||||
});
|
||||
}
|
||||
|
||||
@Test
|
||||
@Test // DATAJDBC-204
|
||||
public void noAnnotatedEntity() {
|
||||
|
||||
configureRepositoryWith( //
|
||||
@@ -132,7 +132,7 @@ public class EnableJdbcAuditingHsqlIntegrationTests {
|
||||
});
|
||||
}
|
||||
|
||||
@Test
|
||||
@Test // DATAJDBC-204
|
||||
public void customDateTimeProvider() {
|
||||
|
||||
configureRepositoryWith( //
|
||||
@@ -154,7 +154,7 @@ public class EnableJdbcAuditingHsqlIntegrationTests {
|
||||
});
|
||||
}
|
||||
|
||||
@Test
|
||||
@Test // DATAJDBC-204
|
||||
public void customAuditorAware() {
|
||||
|
||||
configureRepositoryWith( //
|
||||
|
||||
Reference in New Issue
Block a user