TRUNK-4860: Assert validation error code for blank gender in PatientV…#5720
TRUNK-4860: Assert validation error code for blank gender in PatientV…#5720emphor11 wants to merge 2 commits intoopenmrs:masterfrom
Conversation
|
@dkayiwa |
|
Thanks for the review @mherman22 |
…alidatorTest TRUNK-4860: Assert validation error codes in PatientValidatorTest
babf59b to
1c0c213
Compare
|
@mherman22 @dkayiwa |
|
@dkayiwa @mherman22 |
|
|
Hi @dkayiwa @mherman22 , It looks like some CI checks were cancelled after the recent branch update. Could you please re-run the cancelled checks or let me know if you’d like me to update anything? Thanks! |



TRUNK-4860: Update PatientValidator test validation messages
Description of what I changed
Updated validation behavior and ensured correct validation messages in
PatientValidator.Verified and updated
PatientValidatorTestso that all validation scenarios behave as expected.All tests pass successfully after the changes.
Issue I worked on
see https://issues.openmrs.org/browse/TRUNK-4860
Checklist: I completed these to help reviewers :)
My IDE is configured to follow the code style of this project.
I have added tests to cover my changes (or verified existing tests where applicable).
I ran
mvn clean packageright before creating this pull request and added all formatting changes to my commit.All new and existing tests passed.
My pull request is based on the latest changes of the master branch.