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

Release: openmrs-trunk-1558

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
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> 2accd9373498e53f8c2ae066b615917989a231b3 Merge pull request #2112 from teleivo/TRUNK-5135
TRUNK-5135 Deprecate @Verifies
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> 2f3ac9f9552d1db039baef2d13be83509f069798 Merge pull request #2111 from teleivo/conceptattributevalidatortest
Cleanup and add tests to ConceptAttributeTypeValidatorTest
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> a05edb057fc321facbbeefe4af43111eb97f9532 TRUNK-5135 Deprecate @Verifies
all usages of @Verifies and @verifies were removed in TRUNK-5122
and thus @Verifies is deprecated and flagged using checkstyle
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> d6c2b56988f5d54427d765664a7f8e8789ca1170 Cleanup and add tests to ConceptAttributeTypeValidatorTest
* add setUp method preparing variables needed for tests to remove
duplication in test setup
* split tests for null, empty, whitespace name since they are
independent
* add assertions for error code so we ensure that when devs refactor
the code the user will still get the excpected error message
* move happy path tests to the end, which makes side by side reading of
code and test easy