More details of the release in https://wiki.openmrs.org/x/i4DTAw
Build: #796 failed Changes by Darius Jazayeri <jazayeri@alum.mit.edu>
Test results
- 305 tests in total
- 2 tests failed
- 2 failures are new
- 1 minute taken in total.
Status | Test | View job | Duration | |
---|---|---|---|---|
Collapse |
PatientViewedEventListenerTest
processMessage_shouldAddThePatientToTheLastViewedUserProperty
|
Default Job | < 1 sec | |
java.lang.AssertionError: expected:<999> but was:<7> 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:144) at org.openmrs.module.emrapi.event.PatientViewedEventListenerTest.processMessage_shouldAddThePatientToTheLastViewedUserProperty(PatientViewedEventListenerTest.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) (33 more lines...) |
||||
Collapse |
PatientViewedEventListenerTest
processMessage_shouldRemoveTheFirstPatientAndAddTheNewOneToTheStartIfTheListIsFull
|
Default Job | < 1 sec | |
java.lang.AssertionError: expected:<4> but was:<3> 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.module.emrapi.event.PatientViewedEventListenerTest.processMessage_shouldRemoveTheFirstPatientAndAddTheNewOneToTheStartIfTheListIsFull(PatientViewedEventListenerTest.java:109) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) (34 more lines...) |