Skip to content

Commit 4652181

Browse files
hints for mooooar tests
1 parent 07a27da commit 4652181

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

spring-data-mongodb/src/test/java/org/springframework/data/mongodb/core/convert/MappingMongoConverterUnitTests.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2335,6 +2335,11 @@ void readDeepNestedEmbeddedType() {
23352335
assertThat(target.nullableEmbedded.embeddableValue).isEqualTo(embeddableValue);
23362336
}
23372337

2338+
@Test
2339+
void xxx() {
2340+
fail("TODO: embedded with complex types");
2341+
}
2342+
23382343
static class GenericType<T> {
23392344
T content;
23402345
}

spring-data-mongodb/src/test/java/org/springframework/data/mongodb/core/index/MongoPersistentEntityIndexResolverUnitTests.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,6 +1282,11 @@ public void hashedIndexAndIndexViaComposedAnnotation() {
12821282
});
12831283
}
12841284

1285+
@Test
1286+
public void xxx() {
1287+
fail("TODO: index on embedded");
1288+
}
1289+
12851290
@Document
12861291
class MixedIndexRoot {
12871292

0 commit comments

Comments
 (0)