addFormParameter(proxy, "priceType[]", new String[] { "free" });
addFormParameter(proxy, "price[]", new String[] { "0" });
addFormParameter(proxy, "amountType[]", new String[] { "unlimited" });
addFormParameter(proxy, "amount[]", new String[] { "0" });
proxy.execute();
assertResultOK(proxy);
EventEx modified = loadEventEx(UNPUBLISHED_EVENT_ID);
List<EventTicket> tickets = modified.getTickets();