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

Release: openmrs-trunk-1917

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
Paradise Kelechi <paradisekelechi@gmail.com> Paradise Kelechi <paradisekelechi@gmail.com> f793961fc0ade6b113d2c49d13f8cae3f844c1ae TRUNK-5338: make verification_status field nullable for the condition table (#2651)
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> dc33df6a5a49c2c60002b6e1591fe520ca0daadf TRUNK-5065 Test saving allowed locales without default
add test that shows its not allowed to save a locale list via global
property if the list doesnt contain the default locale currently set.
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 0ac584076afb0857ab8c678c5bff47b4e70a26e2 Use adminService from test setup in AdminServiceTest
we prepare the adminService in the @Before method for every test so
there is no need to get it from the Context again in each test
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> baa0e6cbe90c3e830aa815581e30791fe6ef61cf Set AdminService before each test
let the @Before set the adminService which is under test each time,
tests should be independent
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> b021f87163efec4df91e652edcb53f6ec660242f Remove boilerplate javadocs in AdministrationServiceTest
these javadocs are often out of date, just take up space and repeat the
method signature that is under test anyway so navigating to it is easy
already via the test itself
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 2a3c1b7bdd6647d688e497cd3f556ba232c950a0 Use static imports in AdministrationServiceTest
to improve readability since we use these asserts over and over again
its clearer to read `assertTrue` than `Assert.assertTrue`