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

Release: openmrs-trunk-1673

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> 0af358310396ff43acda8496ba0b8ca19c02068a Merge pull request #2224 from teleivo/TRUNK-5118
TRUNK-5118 Remove use of databene benerator
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 99354f9b2c415d434457c33ca452311de019c26e TRUNK-5118 Remove use of databene benerator
* replaced use of MockPresentationMessage in PresentationMessageMapTest
and CachedMessageSourceTest by simply creating 2-3 PresentationMessages,
because thats all that was done before. No need for a generator library
* remove MockPresentationMessage as it is not used anymore
* remove dependency on databene benerator since its not used anymore
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> 6d06f9e0331268f8b686ee0fb9a671733f7d0f91 Merge pull request #2223 from teleivo/TRUNK-5118
TRUNK-5118 Remove databene benerator from ConceptTest
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 8f4139c05df7751753f3c9297e88dbc47d098821 TRUNK-5118 Remove databene benerator from ConceptTest
replaced use of databene benerator from ConceptTest with constant names
of concepts since we only needed max of 2 different names per test
relying on this outdated or any fake data generator is overkill.

* also refactored the helper methods, removing the name 'mock' since we
are creating real instances of Concept/ConceptName and not mocks