OpenMRS Core Master

Build: #2350 was successful Changes by teleivo <teleivo@users.noreply.github.com>

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Code commits

openmrs-core

  • teleivo <teleivo@users.noreply.github.com>

    teleivo <teleivo@users.noreply.github.com> cb59c583153ccc22f59aafd17a26e69bd519dd10

    TRUNK-5816 Test StartModuleAnnotation on JUnit 4 & 5

    • api/src/test/java/org/openmrs/annotation/StartModuleAnnotationJUnit4Test.java (version cb59c583153ccc22f59aafd17a26e69bd519dd10)
    • api/src/test/java/org/openmrs/annotation/StartModuleAnnotationTest.java (version cb59c583153ccc22f59aafd17a26e69bd519dd10)
  • teleivo <teleivo@users.noreply.github.com>

    teleivo <teleivo@users.noreply.github.com> 9671c340cf314dc45b89fa79e8acb1c8dabff1b9

    TRUNK-5816 Port fix of StartModuleExecutionListener to JUnit 5 one
    fix of Daniel at 13e58851c is necessary to run a
    StartModuleAnnotationTest against our JUnit 5
    BaseContextSensitiveTest+StartModule annotation

    • api/src/test/java/org/openmrs/test/jupiter/StartModuleExecutionListener.java (version 9671c340cf314dc45b89fa79e8acb1c8dabff1b9)
  • teleivo <teleivo@users.noreply.github.com>

    teleivo <teleivo@users.noreply.github.com> c29a802fa97e1ab784cef8c3d75546a76ff3d702

    TRUNK-5816 Make StartModuleExecutionListener JUnit independend
    its enough to fail a test using a @StartModule if we through an
    AssertionError. Spring created this class to allow independence of the
    testing framework. We can leverage that so we can reuse the StartModuleExecutionListener

    • api/src/test/java/org/openmrs/test/StartModuleExecutionListener.java (version c29a802fa97e1ab784cef8c3d75546a76ff3d702)
    • api/src/test/java/org/openmrs/test/jupiter/StartModuleExecutionListener.java (version c29a802fa97e1ab784cef8c3d75546a76ff3d702)