OpenMRS Core Master

Build: #956 failed

Job: Build and Test failed

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Find concept answers should not fail if the specified concept has no answers regression test for TRUNk2807: Test case result

The below summarizes the result of the test "Find concept answers should not fail if the specified concept has no answers regression test for TRUNk2807" in build 956 of OpenMRS Core - OpenMRS Core Master - Build and Test. View test case history
Description
Find concept answers should not fail if the specified concept has no answers regression test for TRUNk2807
Test class
org.openmrs.web.dwr.DWRConceptServiceTest
Method
findConceptAnswers_shouldNotFailIfTheSpecifiedConceptHasNoAnswersRegressionTestForTRUNK2807
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

org.openmrs.api.APIAuthenticationException: error.privilegesRequired
	at org.openmrs.aop.AuthorizationAdvice.throwUnauthorized(AuthorizationAdvice.java:117)
	at org.openmrs.aop.AuthorizationAdvice.before(AuthorizationAdvice.java:98)
	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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
	at com.sun.proxy.$Proxy74.getConcept(Unknown Source)
	at org.openmrs.web.dwr.DWRConceptService.findConceptAnswers(DWRConceptService.java:289)
	at org.openmrs.web.dwr.DWRConceptServiceTest.findConceptAnswers_shouldNotFailIfTheSpecifiedConceptHasNoAnswersRegressionTestForTRUNK2807(DWRConceptServiceTest.java:46)