out of memory test case
This commit is contained in:
@@ -68,6 +68,14 @@ public class Spr7839Tests {
|
|||||||
adapter.handle(request, response, controller);
|
adapter.handle(request, response, controller);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@Ignore
|
||||||
|
public void listElementAutogrowOutOfMemory() throws Exception {
|
||||||
|
request.setRequestURI("/nested/listElement");
|
||||||
|
request.addParameter("nested.list[1000000000].foo", "Nested");
|
||||||
|
adapter.handle(request, response, controller);
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void listOfLists() throws Exception {
|
public void listOfLists() throws Exception {
|
||||||
request.setRequestURI("/nested/listOfLists");
|
request.setRequestURI("/nested/listOfLists");
|
||||||
@@ -90,7 +98,6 @@ public class Spr7839Tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Ignore
|
|
||||||
public void arrayOfLists() throws Exception {
|
public void arrayOfLists() throws Exception {
|
||||||
// TODO TypeDescriptor not capable of accessing nested element type for arrays
|
// TODO TypeDescriptor not capable of accessing nested element type for arrays
|
||||||
request.setRequestURI("/nested/arrayOfLists");
|
request.setRequestURI("/nested/arrayOfLists");
|
||||||
|
|||||||
Reference in New Issue
Block a user