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

Release: openmrs-trunk-1562

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
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> ae5770cc3a86897618f70a60f69fc598d64234e0 Add @since javadoc on HasFieldErrors matcher
added forgotten @since javadoc on HasFieldErrors matcher
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> 06d267888fd1f6597cc99546a46e68ae2d46e985 Merge pull request #2114 from teleivo/error-matchers
TRUNK-5136 Add custom hamcrest matcher HasFieldError
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 4985500ea10d91b7dc970294b5bbebf167cb6c39 TRUNK-5136 Add custom hamcrest matcher HasFieldErrors
* add a custom hamcrest matcher HasFieldErrors which enables
    assertThat(errors, hasFieldError());
    assertThat(errors, hasFieldError("text"));
    assertThat(errors, hasFieldError("text", "error.null"));
* matcher has factories which enables the above after static imports of
the matcher
* show use of matcher in PersonNameValidatorTest
dkayiwa <kayiwadaniel@gmail.com> dkayiwa <kayiwadaniel@gmail.com> 363d0e25e807b4a92f78bb158ff52a34fce6a618 Fixing failing tests
Lluis Martinez <lluismf@gmail.com> Lluis Martinez <lluismf@gmail.com> 45d9d3374bbbb66fdf84ad5498a2e0566cc6f4c9 Lots of throws Exception removed