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

Build: #455 was successful

Job: Default Job was successful

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Code commits

openmrs-module-webservices.rest

  • Daniel Kayiwa

    Daniel Kayiwa 4d4ca69fc6299b64ef432d1046a938db63420c79

    Merge pull request #154 from geoff-wasilwa/RESTWS-459
    RESTWS-459: Added unit test

  • geoff-wasilwa <geoffreywanjala@gmail.com>

    geoff-wasilwa <geoffreywanjala@gmail.com> 3057de8a2df4f9e547e17e6d9c0542437405c60e m

    RESTWS-459: Handle submitting back a full representation of patient metadata
    Setting identifiers failed because they can only be set to newly created objects. Added a check to see if identifiers to be set are already associated with a given patient.

    Added unit test to confirm that fix for https://issues.openmrs.org/browse/RESTWS-460, also allows submitting encounters with patient properties other than the uuid.

    • omod-1.8/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs1_8/PatientResource1_8.java (version 3057de8a2df4f9e547e17e6d9c0542437405c60e)
    • omod-1.8/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs1_8/EncounterController1_8Test.java (version 3057de8a2df4f9e547e17e6d9c0542437405c60e)