string array to map converter

This commit is contained in:
Keith Donald
2009-07-10 23:27:27 +00:00
parent e4c868b837
commit f53e627bb5
3 changed files with 129 additions and 3 deletions

View File

@@ -343,7 +343,6 @@ public class GenericBinderTests {
}
@Test
@Ignore
public void bindToMap() {
binder.addBinding("favoriteFoodsByGroup");
Map<String, String[]> values = new LinkedHashMap<String, String[]>();