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

Build: #638 was successful Changes by Rafal Korytkowski and teleivo <mrteleivo@gmail.com>

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
1 second
Duration
5 minutes
Labels
None
Revisions
openmrs-module-webservices.rest
dadc8bcf0334ca12297a3e363d3f79bf33c60c91 dadc8bcf0334ca12297a3e363d3f79bf33c60c91
Release scripts
1aad5c8d3a6400ade338d1ee1b9fd6d34fe773fa 1aad5c8d3a6400ade338d1ee1b9fd6d34fe773fa
Total tests
1281
Successful since
#616 ()

Tests

Code commits

openmrs-module-webservices.rest
Author Commit Message Commit date
Rafal Korytkowski Rafal Korytkowski dadc8bcf0334ca12297a3e363d3f79bf33c60c91 dadc8bcf0334ca12297a3e363d3f79bf33c60c91 Merge pull request #242 from teleivo/RESTWS-619
RESTWS-619 Add SearchConfigTest
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> e494fd2238a5d607657ed86c151f8a03c3e87279 e494fd2238a5d607657ed86c151f8a03c3e87279 RESTWS-619 Add SearchConfigTest
* add javadocs to SearchConfig
* add test class for SearchConfig
* move validation of parameters in constructor before setting the instance
properties. so we fail fast if a param is invalid (also fixes a NPE if given a
null supportedOpenmrsVersions).
* simplify SearchConfig.equals()
id, supportedResource, supportedOpenmrsVersion do not have to be tested for
null since they cannot be null (see constructors).
replace obj == null and obj.getClass() != getClass() with instanceof operator

Jira issues

IssueDescriptionStatus
Unknown Issue TypeRESTWS-619Could not obtain issue details from Jira