Polishing.
Corrected issue number comments. See #2232 Original pull request #2398
This commit is contained in:
@@ -68,7 +68,7 @@ public class AbstractPersistableIntegrationTests {
|
||||
assertThat(proxy).isEqualTo(proxy);
|
||||
}
|
||||
|
||||
@Test // gh-1697
|
||||
@Test // GH-1697
|
||||
void equalsWorksForProxiedEntitiesUsingGetById() {
|
||||
|
||||
CustomAbstractPersistable entity = repository.saveAndFlush(new CustomAbstractPersistable());
|
||||
@@ -80,7 +80,7 @@ public class AbstractPersistableIntegrationTests {
|
||||
assertThat(proxy).isEqualTo(proxy);
|
||||
}
|
||||
|
||||
@Test // gh-1697
|
||||
@Test // GH-2232
|
||||
void equalsWorksForProxiedEntitiesUsingGetReferenceById() {
|
||||
|
||||
CustomAbstractPersistable entity = repository.saveAndFlush(new CustomAbstractPersistable());
|
||||
|
||||
@@ -1002,7 +1002,7 @@ public class UserRepositoryTests {
|
||||
assertThat(result).isEqualTo(firstUser);
|
||||
}
|
||||
|
||||
@Test // gh-1697
|
||||
@Test // GH-1697
|
||||
void looksUpEntityReferenceUsingGetById() {
|
||||
|
||||
flushTestUsers();
|
||||
@@ -1011,7 +1011,7 @@ public class UserRepositoryTests {
|
||||
assertThat(result).isEqualTo(firstUser);
|
||||
}
|
||||
|
||||
@Test // gh-1697
|
||||
@Test // GH-2232
|
||||
void looksUpEntityReferenceUsingGetReferenceById() {
|
||||
|
||||
flushTestUsers();
|
||||
|
||||
Reference in New Issue
Block a user