Fix SpringMvcContractTests

fixes gh-2312
parent ce4d560d
......@@ -23,7 +23,6 @@ import java.util.List;
import java.util.Map;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
......@@ -294,7 +293,6 @@ public class SpringMvcContractTests {
}
@Test
@Ignore //FIXME: 2.0.0
public void testProcessAnnotations_ListParamsWithoutName() throws Exception {
Method method = TestTemplate_ListParamsWithoutName.class.getDeclaredMethod("getTest",
List.class);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment