From 0d28b70aa8ae8fcc841dbfe8aadcc633604d3ae5 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Fri, 7 Jan 2011 20:58:20 +0000 Subject: [PATCH] failing test case --- .../springframework/web/servlet/mvc/annotation/Spr7839Tests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/mvc/annotation/Spr7839Tests.java b/org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/mvc/annotation/Spr7839Tests.java index 8238137b67..5ed4d0b3f2 100644 --- a/org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/mvc/annotation/Spr7839Tests.java +++ b/org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/mvc/annotation/Spr7839Tests.java @@ -98,6 +98,7 @@ public class Spr7839Tests { } @Test + @Ignore public void arrayOfLists() throws Exception { // TODO TypeDescriptor not capable of accessing nested element type for arrays request.setRequestURI("/nested/arrayOfLists");