Suppress deprecation warning in spring-test

This commit is contained in:
Sam Brannen 2016-07-04 15:20:52 +02:00
parent fb1eb00b4a
commit 3be0ea9128
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ public class HtmlUnitRequestBuilderTests {
}
@Test
@SuppressWarnings("deprecation")
public void buildRequestInputStream() throws Exception {
String content = "some content that has length";
webRequest.setHttpMethod(HttpMethod.POST);