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

Build: #1633 did not complete

Job: Default Job did not complete

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Code commits

openmrs-module-webservices.rest

  • harshkumar8789 <152843254+harshkumar8789@users.noreply.github.com>

    harshkumar8789 <152843254+harshkumar8789@users.noreply.github.com> 417b2775e1f4c0a11cf564bb3d7c5778337181b7

    BAH-3439 | Added birthtime property in the openmrs webservice.rest module. (#593)
    * Added birthtime property in the openmrs webservice.rest module.

    * Override getUpdatableProperties in PersonResource1_10 and add birthtime

    * Add testcase for update a person's birthtime.

    * BAH-3439 || Move testcase which is for update a person's birthtime to other class.

    * BAH-3439 || remove the commented part from PersonController2_2Test.java

    * BAH-3439 ||  Add an assertion that the birthtime was updated to the new value

    * BAH-3439 ||  Add an assertion that the birthtime was updated to the new value

    * BAH-3349 || Change timezone

    * BAH-3439 || Added space between methods in PersonController2_2Test.java

    * BAH-3439 ||  Add an assertion that the birthtime was updated to the new value

    * BAH-3439 ||  Add an updated assertion that the birthtime was updated to the new value.

    • omod-1.10/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs1_10/PersonResource1_10.java (version 417b2775e1f4c0a11cf564bb3d7c5778337181b7)
    • omod-2.2/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs2_2/PersonController2_2Test.java (version 417b2775e1f4c0a11cf564bb3d7c5778337181b7)