OpenMRS Core Master

Build: #519 was successful Changes by Priya Chandran <prichand@thoughtworks.com> and Daniel Kayiwa

Stages & jobs

  1. Build and Test

Code commits

openmrs-core

  • Daniel Kayiwa

    Daniel Kayiwa 41da0f6467a6c9a03f1cfc35b9269c0a24136171

    Merge pull request #983 from chocobar/master
    TRUNK-4411 Relaxed ProviderValidator to accept duplicate identifiers.

  • Priya Chandran <prichand@thoughtworks.com>

    Priya Chandran <prichand@thoughtworks.com> ca072594e00a59a3e92f2b6a1f2936e4913ac4b2

    TRUNK-4411 Relaxed ProviderValidator to accept duplicate identifiers. Updated test names and should annotations.
     - Made them more consistent.

    • api/src/main/java/org/openmrs/validator/ProviderValidator.java (version ca072594e00a59a3e92f2b6a1f2936e4913ac4b2)
    • api/src/test/java/org/openmrs/validator/ProviderValidatorTest.java (version ca072594e00a59a3e92f2b6a1f2936e4913ac4b2)
  • Priya Chandran <prichand@thoughtworks.com>

    Priya Chandran <prichand@thoughtworks.com> eaac3ab6b5a97b8bfa94e3b781a4e992f8327fbe

    TRUNK-4411 Relaxed ProviderValidator to accept duplicate identifiers.
    - Removed the uniqueness check in the validator.
    - Fixed ambiguous java docs (and fixed an error in the documentation).
    - The validator only checks for the presence of a retired identifier(with reason for retiring).
    - Removed test for unique checks as this behaviour is no longer supported..
    - Renamed and fixed tests to accept duplicate entries for Provider identifier.

    • api/src/main/java/org/openmrs/validator/ProviderValidator.java (version eaac3ab6b5a97b8bfa94e3b781a4e992f8327fbe)
    • api/src/test/java/org/openmrs/validator/ProviderValidatorTest.java (version eaac3ab6b5a97b8bfa94e3b781a4e992f8327fbe)