Builds and runs unit tests. More details of the release in https://wiki.openmrs.org/x/i4DTAw
Build: #193 failed Changes by mogoodrich <mgoodrich@pih.org>
Test results
- 36 tests in total
- 1 test failed
- 1 failure is new
- 25 seconds taken in total.
Status | Test | View job | Duration | |
---|---|---|---|---|
Collapse |
BaseRestControllerTest
apiAuthenticationExceptionHandler_shouldReturnNotFoundIfNotLoggedIn
|
Default Job | < 1 sec | |
java.lang.AssertionError: Expected: is <404> but: was <401> java.lang.AssertionError: Expected: is <404> but: was <401> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at org.junit.Assert.assertThat(Assert.java:865) at org.junit.Assert.assertThat(Assert.java:832) at org.openmrs.module.webservices.rest.web.v1_0.controller.BaseRestControllerTest.apiAuthenticationExceptionHandler_shouldReturnNotFoundIfNotLoggedIn(BaseRestControllerTest.java:61) (37 more lines...) |