mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-15 08:32:18 +00:00
DATAES-213 - Polishing.
This commit is contained in:
parent
0b062a4a52
commit
5364642c84
@ -33,7 +33,6 @@ import java.util.List;
|
|||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
import org.springframework.data.annotation.Id;
|
import org.springframework.data.annotation.Id;
|
||||||
import org.springframework.data.annotation.Version;
|
import org.springframework.data.annotation.Version;
|
||||||
@ -799,7 +798,7 @@ public class CriteriaQueryTests {
|
|||||||
assertThat(page.getContent().get(0).getMessage()).isEqualTo("ab");
|
assertThat(page.getContent().get(0).getMessage()).isEqualTo("ab");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test // DATAES-213
|
||||||
public void shouldEscapeValue() {
|
public void shouldEscapeValue() {
|
||||||
|
|
||||||
// given
|
// given
|
||||||
|
Loading…
x
Reference in New Issue
Block a user