print refinements
This commit is contained in:
@@ -90,7 +90,7 @@ public class DefaultMapper implements Mapper {
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("Completing mapping between source [" + source.getClass().getName() + "] and target ["
|
||||
+ target.getClass().getName() + "]; total mappings = " + results.getAllResults().size()
|
||||
+ "; total errors = " + results.getErrorResults().size() + "; " + results);
|
||||
+ "; total errors = " + results.getErrorResults().size());
|
||||
}
|
||||
return results;
|
||||
}
|
||||
|
||||
@@ -73,7 +73,6 @@ public class DefaultMapperTests extends TestCase {
|
||||
assertSame(bean1, results.getSource());
|
||||
assertSame(bean2, results.getTarget());
|
||||
assertEquals(1, results.getAllResults().size());
|
||||
System.out.println(results.getAllResults());
|
||||
assertEquals(0, results.getErrorResults().size());
|
||||
assertEquals(Locale.ENGLISH, bean2.beep);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user