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

Release: openmrs-trunk-1901

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> dee1e8fc0c445f96e7fdfca690fc7235d2f969c3 Merge pull request #2627 from teleivo/module-file-parser-test
Test ModuleFileParser
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> b911562a6953ff8c77f5e4c50001876d3423ffb6 Add tests for ModuleFileParser
* add ModuleFileParserTest which is BaseContextSensitive since the
ModuleFileParser makes use of Context
* test by creating an xml document and saving it in a Jar with extension
".omod" so its recognized as openmrs module
* also test using the logic-0.2 module file which is under the test
resources
* remove javadocs from ModuleFileParserUnit test as they just clutter
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 3aa147c3571e1ba01f7b1ee3821fed7a604ddce8 Rename ModuleFileParserTest to UnitTest