1. Deployment projects
  2. Deploy Trunk Nightly
  3. Releases

Release: openmrs-trunk-1359

INCOMPLETE
Deploys nightly Demo and publishes nightly to sourceforge

Commits

Comparison is available only for releases created from the same branch as this release.

This release
Author Commit Message Commit date
Daniel Kayiwa Daniel Kayiwa f5ef7a77e80bc821895529dd245f8b2bd4be5a04 Merge pull request #1859 from samshuster/TRUNK-4720
TRUNK-4720 createEncounterQuery now no longer assumes that identifiers always contain digits.
samshuster <samshuste@gmail.com> samshuster <samshuste@gmail.com> 1398f41fcb7f69d4a03781a4635b33af9ac78615 TRUNK-4720: adding new row to encounterDAO test file with an identifier type that is alphabetical. Adding 3 new tests to EncounterDAOTest.
createEncounterByCriteria now performs query by both name and
identifier. Failing test now passes.