Build: #389 was successful Scheduled with changes by 3 people

Code commits

openmrs-core master

  • Daniel Kayiwa

    Daniel Kayiwa 4c9a10281e7b06522a959cb4cf782ab47c219306

    Merge pull request #1316 from OpenHMIS/TRUNK-4593
    Updated tests to work with any line ordering

  • Daniel Kayiwa

    Daniel Kayiwa bc8e1e80aa17b2b62924a1c7ff6dfc03e0aeed5f

    Reverting to an older version of h2 to fix integration test failures because of an h2 bug - TRUNK-4590

    • pom.xml (version bc8e1e80aa17b2b62924a1c7ff6dfc03e0aeed5f)
  • Daniel Kayiwa

    Daniel Kayiwa 5b0f4df1d7b83b7fe46110cd1071b53a81cee811

    Merge pull request #1031 from pmuchowski/TRUNK-3780
    TRUNK-3780: Searching for patient with patient name/new feature

  • Wes Brown <wes@weslandia.org>

    Wes Brown <wes@weslandia.org> 4d6bf772d53dd7379e823924b3f20ed0e040b9e1

    Updated tests to work with any line ordering     Updated the line break tests to properly test with any ordering of the line content     Fixes TRUNK-4593, TRUNK-4594

    • web/src/test/java/org/openmrs/web/servlet/DownloadDictionaryServletTest.java (version 4d6bf772d53dd7379e823924b3f20ed0e040b9e1)
  • Pawel Muchowski <pmuchowski@soldevelo.com>

    Pawel Muchowski <pmuchowski@soldevelo.com> 6a0e15b3f823a37dcf33c2baa4183c619e438bf6

    TRUNK-3780: Searching for patient with patient name/new feature

    • api/src/main/java/org/openmrs/Patient.java (version 6a0e15b3f823a37dcf33c2baa4183c619e438bf6)
    • api/src/main/java/org/openmrs/PatientIdentifier.java (version 6a0e15b3f823a37dcf33c2baa4183c619e438bf6)
    • api/src/main/java/org/openmrs/api/db/hibernate/HibernatePatientDAO.java (version 6a0e15b3f823a37dcf33c2baa4183c619e438bf6)
    • api/src/main/java/org/openmrs/api/db/hibernate/PatientSearchCriteria.java (version 6a0e15b3f823a37dcf33c2baa4183c619e438bf6)
    • api/src/main/resources/org/openmrs/api/db/hibernate/Patient.hbm.xml (version 6a0e15b3f823a37dcf33c2baa4183c619e438bf6)
    • api/src/main/resources/org/openmrs/api/db/hibernate/Person.hbm.xml (version 6a0e15b3f823a37dcf33c2baa4183c619e438bf6)
    • api/src/test/java/org/openmrs/PatientTest.java (version 6a0e15b3f823a37dcf33c2baa4183c619e438bf6)
    • api/src/test/java/org/openmrs/api/db/PatientDAOTest.java (version 6a0e15b3f823a37dcf33c2baa4183c619e438bf6)
    • api/src/test/resources/org/openmrs/api/db/hibernate/include/HibernatePatientDAOTest-patients.xml (version 6a0e15b3f823a37dcf33c2baa4183c619e438bf6)