OpenMRS Core Master

Build: #957 failed

Job: Build and Test failed

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Get scheduled task definition should return Atask that has been started: Test case result

The below summarizes the result of the test "Get scheduled task definition should return Atask that has been started" in build 957 of OpenMRS Core - OpenMRS Core Master - Build and Test. View test case history
Description
Get scheduled task definition should return Atask that has been started
Test class
org.openmrs.scheduler.web.controller.TaskHelperTest
Method
getScheduledTaskDefinition_shouldReturnATaskThatHasBeenStarted
Duration
< 1 sec
Status
Failed (Existing 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.$Proxy96.getTaskByName(Unknown Source)
	at org.openmrs.scheduler.web.controller.TaskHelper.getTaskDefinition(TaskHelper.java:76)
	at org.openmrs.scheduler.web.controller.TaskHelper.getScheduledTaskDefinition(TaskHelper.java:60)
	at org.openmrs.scheduler.web.controller.TaskHelperTest.getScheduledTaskDefinition_shouldReturnATaskThatHasBeenStarted(TaskHelperTest.java:70)