fixed bug related to array autogrow

This commit is contained in:
Keith Donald
2011-01-07 17:54:17 +00:00
parent 8df6b86dd1
commit 90d8dade25
2 changed files with 2 additions and 8 deletions

View File

@@ -8,7 +8,6 @@ import java.util.List;
import java.util.Map;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.core.convert.converter.Converter;
import org.springframework.core.convert.support.ConversionServiceFactory;
@@ -92,7 +91,6 @@ 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");
@@ -101,7 +99,6 @@ public class Spr7839Tests {
}
@Test
@Ignore
public void map() throws Exception {
request.setRequestURI("/nested/map");
request.addParameter("nested.map['apple'].foo", "bar");