Build: #13 failed

Job: Build and Test failed

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Get relationships3 should fetch relationships that were active during the specified date range: Test case result

The below summarizes the result of the test "Get relationships3 should fetch relationships that were active during the specified date range" in build 13 of OpenMRS Core - OpenMRS Core 2.1.x - Build and Test. View test case history
Description
Get relationships3 should fetch relationships that were active during the specified date range
Test class
org.openmrs.api.PersonServiceTest
Method
getRelationships3_shouldFetchRelationshipsThatWereActiveDuringTheSpecifiedDateRange
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

org.openmrs.api.ValidationException: 'Patient#null' failed to validate with reason: deathDate: Death date must be after birth date
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:79)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:124)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
	at com.sun.proxy.$Proxy73.savePatient(Unknown Source)
	at org.openmrs.api.PersonServiceTest.createTestPatient(PersonServiceTest.java:202)
	at org.openmrs.api.PersonServiceTest.getRelationships3_shouldFetchRelationshipsThatWereActiveDuringTheSpecifiedDateRange(PersonServiceTest.java:1032)