Merge pull request #2627 from teleivo/module-file-parser-test
Test ModuleFileParser
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