OpenMRS Core Master
Build: #2026 failed
Job: Build and Test failed
Transfer encounter should transfer an encounter with observations but not orders to given patient: Test case result
The below summarizes the result of the test "Transfer encounter should transfer an encounter with observations but not orders to given patient" in build 2,026 of OpenMRS Core - OpenMRS Core Master - Build and Test.
- Description
- Transfer encounter should transfer an encounter with observations but not orders to given patient
- Test class
- org.openmrs.api.EncounterServiceTest
- Method
- transferEncounter_shouldTransferAnEncounterWithObservationsButNotOrdersToGivenPatient
- Duration
- < 1 sec
- Status
- Failed (New Failure)
Error Log
java.lang.AssertionError: expected null, but was:<Order. orderId: 201 patient: Patient#200 concept: Concept #1 care setting: CareSetting[hashCode=95217d32,uuid=6f0c9a92-6f24-11e3-af88-005056821db0]> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotNull(Assert.java:755) at org.junit.Assert.assertNull(Assert.java:737) at org.junit.Assert.assertNull(Assert.java:747) at org.openmrs.api.EncounterServiceTest.transferEncounter_shouldTransferAnEncounterWithObservationsButNotOrdersToGivenPatient(EncounterServiceTest.java:2822)