Skip to content

Commit a5e647c

Browse files
schaudergregturn
authored andcommitted
DATAJDBC-125 - Polishing.
Added comments to denoting the relevant Jira issue on tests created for DATAJDBC-204.
1 parent 58d93ba commit a5e647c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/java/org/springframework/data/jdbc/repository/config/EnableJdbcAuditingHsqlIntegrationTests.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public class EnableJdbcAuditingHsqlIntegrationTests {
5555

5656
SoftAssertions softly = new SoftAssertions();
5757

58-
@Test
58+
@Test // DATAJDBC-204
5959
public void auditForAnnotatedEntity() {
6060

6161
configureRepositoryWith( //
@@ -110,7 +110,7 @@ public void auditForAnnotatedEntity() {
110110
});
111111
}
112112

113-
@Test
113+
@Test // DATAJDBC-204
114114
public void noAnnotatedEntity() {
115115

116116
configureRepositoryWith( //
@@ -132,7 +132,7 @@ public void noAnnotatedEntity() {
132132
});
133133
}
134134

135-
@Test
135+
@Test // DATAJDBC-204
136136
public void customDateTimeProvider() {
137137

138138
configureRepositoryWith( //
@@ -154,7 +154,7 @@ public void customDateTimeProvider() {
154154
});
155155
}
156156

157-
@Test
157+
@Test // DATAJDBC-204
158158
public void customAuditorAware() {
159159

160160
configureRepositoryWith( //

0 commit comments

Comments
 (0)