OpenMRS Core Master

Build: #1023 failed

Job: Build and Test failed

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Get all global properties should return all global properties in the database: Test case result

The below summarizes the result of the test "Get all global properties should return all global properties in the database" in build 1,023 of OpenMRS Core - OpenMRS Core Master - Build and Test. View test case history
Description
Get all global properties should return all global properties in the database
Test class
org.openmrs.api.AdministrationServiceTest
Method
getAllGlobalProperties_shouldReturnAllGlobalPropertiesInTheDatabase
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

java.lang.AssertionError: expected:<20> but was:<144>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:743)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:555)
	at org.junit.Assert.assertEquals(Assert.java:542)
	at org.openmrs.api.AdministrationServiceTest.getAllGlobalProperties_shouldReturnAllGlobalPropertiesInTheDatabase(AdministrationServiceTest.java:467)