Build: #1300 was successful
Job: Default Job was successful
Code commits
openmrs-core master
-
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> 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- api/src/test/java/org/openmrs/messagesource/MockPresentationMessage.java (version 99354f9b2c415d434457c33ca452311de019c26e)
- api/src/test/java/org/openmrs/messagesource/PresentationMessageMapTest.java (version 99354f9b2c415d434457c33ca452311de019c26e)
- api/src/test/java/org/openmrs/messagesource/impl/CachedMessageSourceTest.java (version 99354f9b2c415d434457c33ca452311de019c26e)
- pom.xml (version 99354f9b2c415d434457c33ca452311de019c26e)
- test/pom.xml (version 99354f9b2c415d434457c33ca452311de019c26e)
-
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> 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- api/src/test/java/org/openmrs/ConceptTest.java (version 8f4139c05df7751753f3c9297e88dbc47d098821)