#543 - Tidy up test logging - adjust test LoggedSqlCollector - remove logging noise when running tests

This commit is contained in:
Robin Bygrave
2016-01-27 19:05:19 +13:00
parent 5a463c5071
commit 53dd91416c
61 changed files with 82 additions and 232 deletions
@@ -71,10 +71,6 @@ public class TestCacheCollectionIds extends BaseTestCase {
int currentNumContacts2 = fetchCustomer(customer.getId());
Assert.assertEquals(currentNumContacts + 1, currentNumContacts2);
System.out.println("custCache:" + custCache.getStatistics(false));
System.out.println("contactCache:" + contactCache.getStatistics(false));
System.out.println("custManyIdsCache:" + custManyIdsCache.getStatistics(false));
}
private int fetchCustomer(Integer id) {