Sonar metrics for OpenMRS Core Master

Build: #1174 failed

Job: Sonar Full Analysis failed

Stages & jobs

  1. Sonar Analysis

Get obs at top level should get obs in the same order obs is added to the encounter: Test case result

The below summarizes the result of the test "Get obs at top level should get obs in the same order obs is added to the encounter" in build 1,174 of Sonar - OpenMRS Core Master - Sonar Full Analysis. View test case history
Description
Get obs at top level should get obs in the same order obs is added to the encounter
Test class
org.openmrs.EncounterTest
Method
getObsAtTopLevel_shouldGetObsInTheSameOrderObsIsAddedToTheEncounter
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

org.junit.ComparisonFailure: expected:<[first] obs> but was:<[third] obs>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.openmrs.EncounterTest.getObsAtTopLevel_shouldGetObsInTheSameOrderObsIsAddedToTheEncounter(EncounterTest.java:194)