More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #208 failed Changes by Michael Seaton <mseaton@pih.org>

Test results

  • 477 tests in total
  • 3 tests failed
  • 1 failure is new
  • 287 tests were fixed
  • 2 minutes taken in total.
New test failures 1
Status Test View job Duration
Collapse Failed ExcelBuilderTest shouldSupportMoreThan4000StyledCells History
Default Job < 1 sec
java.lang.IllegalArgumentException: This Style does not belong to the supplied Workbook. Are you trying to assign a style from one workbook to the cell of a differnt workbook?
	at org.apache.poi.hssf.usermodel.HSSFCellStyle.verifyBelongsToWorkbook(HSSFCellStyle.java:801)
	at org.apache.poi.hssf.usermodel.HSSFCell.setCellStyle(HSSFCell.java:898)
	at org.apache.poi.hssf.usermodel.HSSFCell.setCellStyle(HSSFCell.java:894)
	at org.openmrs.module.reporting.common.ExcelUtil.setStyle(ExcelUtil.java:228)
	at org.openmrs.module.reporting.common.ExcelBuilder.addCell(ExcelBuilder.java:98)
	at org.openmrs.module.reporting.common.ExcelBuilderTest.shouldSupportMoreThan4000StyledCells(ExcelBuilderTest.java:63)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(26 more lines...)
Existing test failures 2
Status Test Failing since View job Duration
java.lang.IllegalArgumentException: This Style does not belong to the supplied Workbook. Are you trying to assign a style from one workbook to the cell of a differnt workbook?
	at org.apache.poi.hssf.usermodel.HSSFCellStyle.verifyBelongsToWorkbook(HSSFCellStyle.java:801)
	at org.apache.poi.hssf.usermodel.HSSFCell.setCellStyle(HSSFCell.java:898)
	at org.apache.poi.hssf.usermodel.HSSFCell.setCellStyle(HSSFCell.java:894)
	at org.openmrs.module.reporting.common.ExcelUtil.setStyle(ExcelUtil.java:228)
	at org.openmrs.module.reporting.common.ExcelUtilTest.shouldAddStyle(ExcelUtilTest.java:82)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
(25 more lines...)
java.lang.IllegalArgumentException: This Style does not belong to the supplied Workbook. Are you trying to assign a style from one workbook to the cell of a differnt workbook?
	at org.apache.poi.hssf.usermodel.HSSFCellStyle.verifyBelongsToWorkbook(HSSFCellStyle.java:801)
	at org.apache.poi.hssf.usermodel.HSSFCell.setCellStyle(HSSFCell.java:898)
	at org.apache.poi.hssf.usermodel.HSSFCell.setCellStyle(HSSFCell.java:894)
	at org.openmrs.module.reporting.common.ExcelUtil.setStyle(ExcelUtil.java:228)
	at org.openmrs.module.reporting.common.ExcelBuilder.addCell(ExcelBuilder.java:98)
	at org.openmrs.module.reporting.report.renderer.CohortDetailReportRenderer.render(CohortDetailReportRenderer.java:177)
	at org.openmrs.module.reporting.report.renderer.CohortDetailReportRendererTest.shouldRenderIndicatorsWithDifferentDatasets(CohortDetailReportRendererTest.java:130)
(27 more lines...)
Fixed tests 287
Status Test Failing since View job Duration
Successful PatientDataCalculationBehaviorTest evaluate_shouldEvaluateAPatientCalculationWithTheSpecifiedParameterValues History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful PatientDataCalculationBehaviorTest evaluate_shouldEvaluateTheSpecifiedPersonCalculation History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful PatientDataCalculationBehaviorTest evaluate_shouldEvaluateAPatientCalculation History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful AgeCohortDefinitionEvaluatorTest evaluate_shouldReturnOnlyPatientsInTheGivenAgeRange History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful AgeCohortDefinitionEvaluatorTest evaluate_shouldReturnOnlyNonVoidedPatients History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful AgeCohortDefinitionEvaluatorTest evaluate_shouldOnlyReturnPatientsWithUnknownAgeIfSpecified History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful AgeCohortDefinitionEvaluatorTest evaluate_shouldReturnOnlyPatientsBornOnOrBeforeTheEvaluationDate History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful AllPatientsCohortDefinitionEvaluatorTest evaluate_shouldReturnAllNonVoidedPatientsOptionallyLimitedToThoseInThePassedContext History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful BirthAndDeathCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsThatDiedOnTheOnOrBeforeDateIfPassedInTimeIsAtMidnight History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful BirthAndDeathCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsByDeathRange History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful BirthAndDeathCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsByBirthRangeAndDeathRange History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful BirthAndDeathCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsBornOnTheOnOrBeforeDateIfPassedInTimeIsAtMidnight History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful BirthAndDeathCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsByBirthRange History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful BirthAndDeathCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsThatDiedAfterTheSpecifiedDate History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful BirthAndDeathCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsBornAfterTheSpecifiedDate History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful DateObsCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsWithObsWithinTheSpecifiedTimeframe History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful DateObsCohortDefinitionEvaluatorTest evaluate_shouldTestAnyWithManyPropertiesSpecified History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful DateObsCohortDefinitionEvaluatorTest evaluate_shouldFindNobodyIfNoPatientsMatch History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful DefinitionLibraryCohortDefinitionEvaluatorTest testEvaluateWithNoParameters History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful DefinitionLibraryCohortDefinitionEvaluatorTest testEvaluateWithParameterValues History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful DefinitionLibraryCohortDefinitionEvaluatorTest testCachingDoesNotHappenIncorrectly History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful EncounterCohortDefinitionEvaluatorTest evaluate_shouldReturnCorrectPatientsWhenAllNonGroupingParametersAreSet History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful EncounterCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsWithEncountersCreatedOnTheSpecifiedDateIfPassedInTimeIsAtMidnight History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful EncounterCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsWithEncountersOnTheOnOrBeforeDateIfPassedInTimeIsAtMidnight History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful EncounterCohortDefinitionEvaluatorTest evaluate_shouldReturnCorrectPatientsWhenTimeQualifierParametersAreSet History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful EncounterCohortDefinitionEvaluatorTest evaluate_shouldReturnCorrectPatientsWhenCreationDateParametersAreSet History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful EncounterCohortDefinitionEvaluatorTest evaluate_shouldReturnCorrectPatientsWhenAllParametersAreSet History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful EncounterCohortDefinitionEvaluatorTest evaluate_shouldReturnAllPatientsWithEncountersIfAllArgumentsToCohortDefinitionAreEmpty History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful GenderCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsWithUnknownGenderWhenUnknownAreIncluded History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful GenderCohortDefinitionEvaluatorTest evaluate_shouldReturnNoPatientsWhenNoneAreIncluded History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful GenderCohortDefinitionEvaluatorTest evaluate_shouldReturnAllNonVoidedPatientsWhenAllAreIncluded History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful GenderCohortDefinitionEvaluatorTest evaluate_shouldReturnFemalePatientsWhenFemalesAreIncluded History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful GenderCohortDefinitionEvaluatorTest evaluate_shouldReturnMalePatientsWhenMalesAreIncluded History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful InProgramCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsInAProgramOnTheOnOrBeforeDateIfPassedInTimeIsAtMidnight History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful InProgramCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsEnrolledInTheGivenProgramsOnOrBeforeTheGivenDate History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful InProgramCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsEnrolledInTheGivenProgramsOnOrAfterTheGivenDate History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful InStateCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsInTheGivenStateOnOrAfterTheGivenEndDate History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful InStateCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsInTheGivenStateOnOrBeforeTheGivenStartDate History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful InStateCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsInGivenStateOnGivenDate History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful InStateCohortDefinitionEvaluatorTest evaluate_shouldReturnNoPatientsIfNoneHaveTheGivenState History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful InStateCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsInAStateOnTheOnOrBeforeDateIfPassedInTimeIsAtMidnight History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful InverseCohortDefinitionEvaluatorTest evaluate_shouldReturnAllPatientsWhoAreNotInTheInnerCohortDefinition History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful InverseCohortDefinitionEvaluatorTest evaluate_shouldSuccessfullyUseTheContextBaseCohort History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful MappedParametersCohortDefinitionEvaluatorTest testEvaluate History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful NumericObsCohortDefinitionEvaluatorTest evaluate_shouldTestAvgWithManyPropertiesSpecified History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful NumericObsCohortDefinitionEvaluatorTest evaluate_shouldTestLastWithManyPropertiesSpecified History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful NumericObsCohortDefinitionEvaluatorTest evaluate_shouldTestAnyWithManyPropertiesSpecified History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful NumericObsCohortDefinitionEvaluatorTest evaluate_shouldGetPatientsWithAnyObsOfASpecifiedConcept History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful PatientIdentifierCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsWhoHaveIdentifiersMatchingThePassedRegularExpression History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful PatientIdentifierCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsWhoHaveIdentifiersOfThePassedTypes History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful PatientIdentifierCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsWhoHaveIdentifiersMatchingThePassedText History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful PatientIdentifierCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsWhoHaveIdentifiersMatchingThePassedLocations History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful PatientStateCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsInSpecifiedStatesOnTheBeforeEndDateIfPassedInTimeIsAtMidnight History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful PatientStateCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsInTheSpecifiedStatesBeforeTheEndDate History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful PatientStateCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsInTheSpecifiedStatesBeforeTheStartDate History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful PatientStateCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsInTheSpecifiedStatesAfterTheStartDate History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful PatientStateCohortDefinitionEvaluatorTest evaluate_shouldFindPatientsInSpecifiedStatesOnTheBeforeStartDateIfPassedInTimeIsAtMidnight History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful PatientStateCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsInTheSpecifiedStatesAfterTheEndDate History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful PersonAttributeCohortDefinitionEvaluatorTest evaluate_shouldGetPatientsHavingAttributesWithLocationAttributeValues History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful PersonAttributeCohortDefinitionEvaluatorTest evaluate_shouldGetPatientsHavingAnyAttributes History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful PersonAttributeCohortDefinitionEvaluatorTest evaluate_shouldGetPatientsWithGivenAttributeTypeAndValues History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful PersonAttributeCohortDefinitionEvaluatorTest evaluate_shouldGetPatientsHavingAttributesWithAnyGivenAttributeValues History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful ProgramEnrollmentCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsThatCompletedTheGivenProgramsAfterTheGivenDate History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful ProgramEnrollmentCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsEnrolledInTheGivenProgramsOnTheGivenDateIfPassedInTimeIsAtMidnight History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful ProgramEnrollmentCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsThatCompletedTheGivenProgramsBeforeTheGivenDate History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful ProgramEnrollmentCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsEnrolledInTheGivenProgramsBeforeTheGivenDate History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful ProgramEnrollmentCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsEnrolledInTheGivenProgramsAfterTheGivenDate History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful ProgramEnrollmentCohortDefinitionEvaluatorTest evaluate_shouldReturnPatientsThatCompletedTheGivenProgramsOnTheGivenDateIfPassedInTimeIsAtMidnight History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful ScriptedCohortDefinitionEvaluatorTest evaluate_shouldRunScript History
Failing since build #207 (Child of CALC-CALC-42) Default Job 1 sec
Successful SqlCohortDefinitionEvaluatorTest evaluate_shouldSupportDateParameter History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful SqlCohortDefinitionEvaluatorTest evaluate_shouldSupportPatientSetParameter History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful SqlCohortDefinitionEvaluatorTest evaluate_shouldSupportStringParameter History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful SqlCohortDefinitionEvaluatorTest evaluate_shouldSupportCohortParameter History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful SqlCohortDefinitionEvaluatorTest evaluate_shouldSupportEmptyPatientListParameter History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful SqlCohortDefinitionEvaluatorTest evaluate_shouldSupportPatientListParameter History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful SqlCohortDefinitionEvaluatorTest shouldProtectSqlQueryAgainstDatabaseModifications History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful SqlCohortDefinitionEvaluatorTest evaluate_shouldSupportEmptyIntegerListParameter History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful SqlCohortDefinitionEvaluatorTest evaluate_shouldSupportIntegerListParameter History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful SqlCohortDefinitionEvaluatorTest evaluate_shouldSupportIntegerSetParameter History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful SqlCohortDefinitionEvaluatorTest evaluate_shouldEvaluateDifferentResultsForTheSameQueryWithDifferentParameters History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful SqlCohortDefinitionEvaluatorTest evaluate_shouldSupportIntegerParameter History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful SqlCohortDefinitionEvaluatorTest evaluate_shouldSupportPatientParameter History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful TextObsCohortDefinitionEvaluatorTest evaluate_shouldTestAnyWithManyPropertiesSpecified History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful TextObsCohortDefinitionEvaluatorTest evaluate_shouldTestLastWithManyPropertiesSpecified History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful BaseCohortDefinitionServiceTest evaluate_shouldSaveSqlCohortDefinition History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful CohortQueryServiceTest getPatientsHavingRangedObs_shouldGetPatientsWithAnyObsOfASpecifiedConcept History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful CohortQueryServiceTest getPatientsHavingEncounters_shouldGetPatientsHavingEncountersWithASpecifiedProvider History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful CohortQueryServiceTest getPatientsHavingRangedObs_shouldGetPatientsWhoseMaximumObsOfASpecifiedConceptIsEqualToASpecifiedValue History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful CohortQueryServiceTest getPatientsHavingRangedObs_shouldGetPatientsWhoseFirstObsOfASpecifiedConceptInASpecifiedEncounterTypeIsInARange History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful CohortQueryServiceTest getPatientsHavingRangedObs_shouldGetPatientsWhoseFirstObsOfASpecifiedConceptIsInARange History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful CohortQueryServiceTest getPatientsHavingRangedObs_shouldGetPatientsWithAnyObsOfASpecifiedConceptInASpecifiedEncounterType History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful CohortQueryServiceTest getPatientsHavingRangedObs_shouldGetPatientsWhoseMaximumObsOfASpecifiedConceptInASpecifiedEncounterTypeIsEqualsToASpecifiedValue History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful CohortQueryServiceTest getPatientsHavingRangedObs_shouldGetPatientsWithAQueryWithAllParameters History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful DateUtilTest shouldReturnFiveMonthsAgo History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful DateUtilTest shouldReturnInTheFuture History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful DateUtilTest shouldReturnYesterday History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful DateUtilTest shouldReturnOneSecondAgo History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful DateUtilTest shouldReturnThirtySecondsAgo History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful DateUtilTest shouldReturnOneMonthAgo History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec
Successful DateUtilTest shouldReturnOneHourAgo History
Failing since build #207 (Child of CALC-CALC-42) Default Job < 1 sec