Build: #2389 was successful

Job: Default Job was successful

Stages & jobs

  1. Default Stage

Code commits

openmrs-core master

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

    Ivo <teleivo@users.noreply.github.com> 02eab6aa5a6cc74b377839eeafb090e4fa0ea6ae

    Keep test results for reporting coverage
    we discovered that we are not running integration tests on Travis CI and thus added them. the clean removes the artifacts created when running unit tests. try not cleaning them up before running the integration tests

    for more see https://talk.openmrs.org/t/rest-web-services-tests-failing-after-recent-changes-to-core/29551

    • .travis.yml (version 02eab6aa5a6cc74b377839eeafb090e4fa0ea6ae)
  • Ivo <teleivo@users.noreply.github.com>

    Ivo <teleivo@users.noreply.github.com> b885dfc5aef12038feab2e5acff73f40d87f6aad

    TRUNK-5816 Merged tests execution listeners (#3395)
    * TRUNK-5816 Merge custom TestExecutionlisteners with defaults

    so we do not have to keep track of what the defaults are and how they change in spring updates. See https://docs.spring.io/spring-framework/docs/current/spring-framework-reference/testing.html#testcontext-tel-config-merging

    * TRUNK-5816 Import enum for merge

    • api/src/test/java/org/openmrs/test/jupiter/BaseContextSensitiveTest.java (version b885dfc5aef12038feab2e5acff73f40d87f6aad)