TestUtils.assertNames(transactions, "Payment 1", "Payment 2", "Payment 3","Refund 1", "Payment after earlybird","Discount for early payment", "Unit 2 payment");
}
@Test
public void testTransactionsForLargeOrg() {
Organisation org = CannedQueries.orgByName("Woodcraft Folk");
Event event1 = CannedQueries.eventByName(TestConstants.EVENT1_NAME);
List<Unit> testUnits = new ArrayList<Unit>(50);
List<Transaction> testTransactions = new ArrayList<Transaction>(100);
List<String> testTransNames = new ArrayList<String>(103);