protected void setUp() throws Exception {
FundraisingController ctrl = new FundraisingController();
Fundraising fr = new Fundraising();
fr.setYearFunding(TEST_YEAR);
fr.setTarget(new BigDecimal(3600));
ctrl.create(fr);
int year = 1900;
int month = 1;
FundraisingPlan[] plan = new FundraisingPlan[2];
FundraisingPlan p1 = new FundraisingPlan();
p1.setMonthSelected(month);