Builds and runs unit tests. More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #1706 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Should return list of links for installed modules: Test case result

The below summarizes the result of the test "Should return list of links for installed modules" in build 1,706 of Rest Webservices - Rest Webservices Module - Default Job.
Description
Should return list of links for installed modules
Test class
org.openmrs.module.webservices.rest.web.v1_0.controller.openmrs2_0.AdministrationLinksController2_0Test
Method
shouldReturnListOfLinksForInstalledModules
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

java.lang.AssertionError: expected:<WS-links> but was:<null>
	at org.openmrs.module.webservices.rest.web.v1_0.controller.openmrs2_0.AdministrationLinksController2_0Test.assertCorrectWsModuleLinks(AdministrationLinksController2_0Test.java:96)
	at org.openmrs.module.webservices.rest.web.v1_0.controller.openmrs2_0.AdministrationLinksController2_0Test.shouldReturnListOfLinksForInstalledModules(AdministrationLinksController2_0Test.java:81)