DATAJDBC-125 - Polishing.

Added comments to denoting the relevant Jira issue on tests created for DATAJDBC-204.
This commit is contained in:
Jens Schauder
2018-09-21 14:13:17 +02:00
committed by Greg Turnquist
parent 58d93ba004
commit a5e647cb17

View File

@@ -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( //