map to map generic converter

This commit is contained in:
Keith Donald
2009-09-18 14:30:23 +00:00
parent ac6e26388f
commit 8e800f0322
4 changed files with 139 additions and 20 deletions

View File

@@ -230,7 +230,6 @@ public class GenericConversionServiceTests {
public Map<Integer, FooEnum> genericMap = new HashMap<Integer, FooEnum>();
@Test
@Ignore
public void convertMapToMap() throws Exception {
Map<String, String> foo = new HashMap<String, String>();
foo.put("1", "BAR");