OpenMRS Core Master

Build: #993 failed

Job: Build and Test failed

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Get default locale should not return null if global property does not exist: Test case result

The below summarizes the result of the test "Get default locale should not return null if global property does not exist" in build 993 of OpenMRS Core - OpenMRS Core Master - Build and Test. View test case history
Description
Get default locale should not return null if global property does not exist
Test class
org.openmrs.util.LocaleUtilityTest
Method
getDefaultLocale_shouldNotReturnNullIfGlobalPropertyDoesNotExist
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

java.lang.AssertionError: expected null, but was:<en_GB>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:664)
	at org.junit.Assert.assertNull(Assert.java:646)
	at org.junit.Assert.assertNull(Assert.java:656)
	at org.openmrs.util.LocaleUtilityTest.getDefaultLocale_shouldNotReturnNullIfGlobalPropertyDoesNotExist(LocaleUtilityTest.java:148)