string to map

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1518 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Keith Donald
2009-07-10 23:42:39 +00:00
parent 73f0d581ab
commit 6321be87ff
4 changed files with 41 additions and 8 deletions
@@ -372,7 +372,6 @@ public class GenericBinderTests {
}
@Test
@Ignore
public void bindToMapSingleString() {
binder.addBinding("favoriteFoodsByGroup");
Map<String, String> values = new LinkedHashMap<String, String>();