OpenMRS Core Master

Build: #1915 was successful Changes by teleivo <mrteleivo@gmail.com>

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Code commits

openmrs-core

  • 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

    • api/src/test/java/org/openmrs/api/AdministrationServiceTest.java (version 0ac584076afb0857ab8c678c5bff47b4e70a26e2)
  • 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

    • api/src/test/java/org/openmrs/api/AdministrationServiceTest.java (version baa0e6cbe90c3e830aa815581e30791fe6ef61cf)