@@ -131,7 +131,7 @@ void doesFailOnRelationshipPropertiesWithMissingTargetNode() {
131
131
.withMessageContaining ("Missing @TargetNode declaration in" );
132
132
}
133
133
134
- @ Test // DATAGRAPH-2189
134
+ @ Test // GH-2289
135
135
void correctlyFindRelationshipObverseSameEntity () {
136
136
Neo4jMappingContext neo4jMappingContext = new Neo4jMappingContext ();
137
137
Neo4jPersistentEntity <?> persistentEntity = neo4jMappingContext .getPersistentEntity (EntityWithBidirectionalRelationship .class );
@@ -141,7 +141,7 @@ void correctlyFindRelationshipObverseSameEntity() {
141
141
});
142
142
}
143
143
144
- @ Test // DATAGRAPH-2189
144
+ @ Test // GH-2289
145
145
void correctlyFindRelationshipObverse () {
146
146
Neo4jMappingContext neo4jMappingContext = new Neo4jMappingContext ();
147
147
Neo4jPersistentEntity <?> persistentEntity = neo4jMappingContext .getPersistentEntity (EntityWithBidirectionalRelationshipToOtherEntity .class );
@@ -156,7 +156,7 @@ void correctlyFindRelationshipObverse() {
156
156
});
157
157
}
158
158
159
- @ Test // DATAGRAPH-2189
159
+ @ Test // GH-2289
160
160
void correctlyFindRelationshipObverseWithRelationshipProperties () {
161
161
Neo4jMappingContext neo4jMappingContext = new Neo4jMappingContext ();
162
162
Neo4jPersistentEntity <?> persistentEntity = neo4jMappingContext .getPersistentEntity (EntityWithBidirectionalRelationshipToOtherEntityWithRelationshipProperties .class );
@@ -171,7 +171,7 @@ void correctlyFindRelationshipObverseWithRelationshipProperties() {
171
171
});
172
172
}
173
173
174
- @ Test // DATAGRAPH-2189
174
+ @ Test // GH-2289
175
175
void correctlyFindSameEntityRelationshipObverseWithRelationshipProperties () {
176
176
Neo4jMappingContext neo4jMappingContext = new Neo4jMappingContext ();
177
177
Neo4jPersistentEntity <?> persistentEntity = neo4jMappingContext .getPersistentEntity (EntityWithBidirectionalRelationshipProperties .class );
@@ -181,7 +181,7 @@ void correctlyFindSameEntityRelationshipObverseWithRelationshipProperties() {
181
181
});
182
182
}
183
183
184
- @ Test // DATAGRAPH-2189
184
+ @ Test // GH-2289
185
185
void correctlyDontFindRelationshipObverse () {
186
186
Neo4jMappingContext neo4jMappingContext = new Neo4jMappingContext ();
187
187
Neo4jPersistentEntity <?> persistentEntity = neo4jMappingContext .getPersistentEntity (EntityLooksLikeHasObserve .class );
0 commit comments