Skip to content

Commit 607730b

Browse files
committed
DATAMONGO-2149 - Polishing.
Add ticket reference to follow-up ticket regarding array matching on partial DBRef expressions. Related ticket: DATAMONGO-2154 Original pull request: #623.
1 parent 752544a commit 607730b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-mongodb/src/test/java/org/springframework/data/mongodb/repository/AbstractPersonRepositoryIntegrationTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@ public void annotatedQueryShouldAllowPositionalParameterInFieldsProjection() {
12631263
assertThat(target.getShippingAddresses()).hasSize(1);
12641264
}
12651265

1266-
@Test // DATAMONGO-2149
1266+
@Test // DATAMONGO-2149, DATAMONGO-2154
12671267
@Ignore("This one fails due to Json parse exception within MongoDB")
12681268
public void annotatedQueryShouldAllowPositionalParameterInFieldsProjectionWithDbRef() {
12691269

0 commit comments

Comments
 (0)