private XPlannerTestSupport support;
private AggregateTimesheetForm form;
protected void setUp() throws Exception {
support = new XPlannerTestSupport();
support.resources.setMessage("format.date", "yyyy-MM-dd");
support.request.setLocale(new Locale("da", "nl"));
form = new AggregateTimesheetForm();
form.setServlet(support.actionServlet);
form.setTimesheet(this.buildTimesheet());