string to map

This commit is contained in:
Keith Donald
2009-07-10 23:42:39 +00:00
parent f53e627bb5
commit c519f2bd3a
4 changed files with 41 additions and 8 deletions

View File

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