more tests

This commit is contained in:
Keith Donald
2008-09-22 13:15:25 +00:00
parent d75fd2cc3e
commit 25f7d79124

View File

@@ -293,11 +293,9 @@ public class DefaultConversionServiceTests extends TestCase {
public Object convertSourceToTargetClass(final Object source, Class targetClass) throws Exception {
return new Principal() {
public String getName() {
return (String) source;
}
};
}