nonsense commit for git and jenkins

This commit is contained in:
Fredrik Friis 2012-02-15 15:11:03 +09:00
parent 2d33826c48
commit 48299ca373

@ -324,7 +324,7 @@ should NOT overlap. */
applicationPeriodDao.save(createApplicationPeriod(myBachelorSet, createStartDate_1(), createEndDate_1()));
boolean periodOverlap = applicationPeriodFacade.doesPeriodOverlap(createApplicationPeriod(myBachelorSet, createStartDate_2(), createEndDate_2()));
Assert.assertFalse(periodOverlap); // should NOT overlap
}
}
/* the same project classes, the date of the first time period ends when the date of the second time period starts, should NOT overlap */
@Test