Deploys nightly Demo and publishes nightly to sourceforge
Commits
Comparison is available only for releases created from the same branch as this release.
Author
Commit
Message
Commit date
Ivo Ulrich <teleivo@users.noreply.github.com>
e58f93aa310ddce0ab59d481fec48e72391eddfb
Merge pull request #2119 from DataMinerUK/TRUNK-248 TRUNK-248 Add tests for junit TODOs
Nicola Hughes <nihughes@thoughtworks.com>
8d9af2c31a96860ca5c3e68acdd461defb0668a2
TRUNK-248 Refactoring LocationEditor to get text if text not null and improving test coverage
Authors: @DataMinerUK @matmoore
Ivo Ulrich <teleivo@users.noreply.github.com>
e7fb074c40150458b86795de7dd47fb7d9c78197
Merge pull request #2118 from annashipman/TRUNK-248 TRUNK-248: Remove TODO from deprecated and unused code
Anna Shipman <anna@annashipman.co.uk>
f884591b3ac6ff962add17dc1f2823032d399e73
Remove TODO from deprecated class
The `PatientSearchCriteria` class is deprecated. This TODO is on a private method, called by another private method, called by the helper method `prepareCriteria`. This method is only called in one place, `HibernateEnounterDAO` which doesn't pass in the parameter that would lead to this line of code being executed.
Therefore, we think the code is not used and the test is not required.
@annashipman @davbo @TheDoubleK
Ivo Ulrich <teleivo@users.noreply.github.com>
63447994445a90b09e488372a801630905422025
Merge pull request #2116 from vixus0/trunk-248 TRUNK-248: Add junit tests for HibernatePatientDAO
TRUNK-248: Add junit tests for HibernatePatientDAO
- Add test for getPatientIdentifiers with a list of
PatientIdentifierTypes.
- Add test for getPatientIdentifiers with a list of Patients.