We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b062a4 commit 5364642Copy full SHA for 5364642
src/test/java/org/springframework/data/elasticsearch/core/query/CriteriaQueryTests.java
@@ -33,7 +33,6 @@
33
import org.junit.Before;
34
import org.junit.Test;
35
import org.junit.runner.RunWith;
36
-
37
import org.springframework.beans.factory.annotation.Autowired;
38
import org.springframework.data.annotation.Id;
39
import org.springframework.data.annotation.Version;
@@ -799,7 +798,7 @@ public void shouldReturnDocumentAboveMinimalScoreGivenCriteria() {
799
798
assertThat(page.getContent().get(0).getMessage()).isEqualTo("ab");
800
}
801
802
- @Test
+ @Test // DATAES-213
803
public void shouldEscapeValue() {
804
805
// given
0 commit comments