Plan for OpenMRS Core 2.0.x

Build: #211 failed

Job: Build and Test failed

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Get name should return name any name if no locale match given exact equals false: Test case result

The below summarizes the result of the test "Get name should return name any name if no locale match given exact equals false" in build 211 of OpenMRS Core - OpenMRS Core 2.0.x - Build and Test. View test case history
Description
Get name should return name any name if no locale match given exact equals false
Test class
org.openmrs.ConceptTest
Method
getName_shouldReturnNameAnyNameIfNoLocaleMatchGivenExactEqualsFalse
Duration
< 1 sec
Status
Failed (Existing Failure)

Error Log

org.openmrs.api.APIException: Service not found: interface org.openmrs.api.AdministrationService
	at org.openmrs.api.context.ServiceContext.getService(ServiceContext.java:675)
	at org.openmrs.api.context.ServiceContext.getAdministrationService(ServiceContext.java:262)
	at org.openmrs.api.context.Context.getAdministrationService(Context.java:480)
	at org.openmrs.util.LocaleUtility.getLocalesInOrder(LocaleUtility.java:175)
	at org.openmrs.Concept.getName(Concept.java:454)
	at org.openmrs.Concept.getName(Concept.java:611)
	at org.openmrs.ConceptTest.getName_shouldReturnNameAnyNameIfNoLocaleMatchGivenExactEqualsFalse(ConceptTest.java:1103)