Suppress deprecation warning in spring-test
This commit is contained in:
parent
fb1eb00b4a
commit
3be0ea9128
|
|
@ -238,6 +238,7 @@ public class HtmlUnitRequestBuilderTests {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@SuppressWarnings("deprecation")
|
||||||
public void buildRequestInputStream() throws Exception {
|
public void buildRequestInputStream() throws Exception {
|
||||||
String content = "some content that has length";
|
String content = "some content that has length";
|
||||||
webRequest.setHttpMethod(HttpMethod.POST);
|
webRequest.setHttpMethod(HttpMethod.POST);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue