OpenMRS Core Master

Build: #962 was successful

Job: Build and Test was successful

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Load class should load class with openmrs class loader: Test case result

The below summarizes the result of the test "Load class should load class with openmrs class loader" in build 962 of OpenMRS Core - OpenMRS Core Master - Build and Test. View test case history
Description
Load class should load class with openmrs class loader
Test class
org.openmrs.api.context.ContextWithModuleTest
Method
loadClass_shouldLoadClassWithOpenmrsClassLoader
Jira Issue
Duration
1 sec
Status
Failed (New Failure)

Error Log

java.lang.NullPointerException: null
	at java.lang.String.startsWith(String.java:1393)
	at java.lang.String.startsWith(String.java:1422)
	at org.openmrs.api.context.ServiceContext.getModuleOpenmrsServices(ServiceContext.java:1002)
	at org.openmrs.api.context.Context.getModuleOpenmrsServices(Context.java:1264)
	at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1193)
	at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
	at org.openmrs.api.context.ContextWithModuleTest.cleanupAfterEachTest(ContextWithModuleTest.java:41)