Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If your module has been mavenized, you should attempt to run your module unit tests against the 1.9 Alpha release. This can be done by updating changing the "openMRSVersion" property defined in the main module pom to "1.9.0-alpha" and  and then running a clean install.  You can modify the property directly in the pom, or you can specify it as a command line parameter:  "mvn -DopenMRSVersion=1.9.0-alpha clean install". Note that if you were previously building against a version of OpenMRS prior to 1.8.0, you'll have to (temporarily) modify your openmrs dependencies in your poms as noted here.  Also, if you have any test data sets defined in your module you may have to (temporarily) modify any concept_name entries to include the new locale_preferred property added in OpenMRS 1.7.0. 

...