[Bug #943] Skipped test while issue is not finally closed.

FEA: ItEr73S04BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2011-03-24 16:41:54 +01:00
parent 7ee3d555f4
commit cce6cfbfb0

View file

@ -43,6 +43,7 @@ import java.util.List;
import org.easymock.IAnswer;
import org.joda.time.LocalDate;
import org.junit.Ignore;
import org.junit.Test;
import org.navalplanner.business.calendars.entities.AvailabilityTimeLine;
import org.navalplanner.business.calendars.entities.BaseCalendar;
@ -375,6 +376,7 @@ public class UntilFillingHoursAllocatorTest {
assertThat(secondSpecific.getAssignments(), haveHours(8, 8));
}
@Ignore("Skipped while bug #943 is not completely fixed")
@Test(expected = IllegalArgumentException.class)
public void withGenericAllocationWithNoResourcesPerDay() {
givenWorkers(1);