Build: #823 was successful

Job: Default Job was successful

Stages & jobs

  1. Default Stage

Code commits

openmrs-core master

  • Daniel Kayiwa

    Daniel Kayiwa 21631fed98e812269dff5b6a6fbf295354cc18c7

    Merge pull request #1759 from winglam/webutiltest
    Added tests to org.openmrs.web.WebUtilTest. The tests are for org.ope…

  • Daniel Kayiwa

    Daniel Kayiwa fec15a14b0e5f1e73851bce722469a0634e53cd0

    Merge pull request #1766 from tjtunnell/APPTEST-53
    APPTEST-53: Added tests for ModuleFactory in new test class ModuleFactoryTest

  • TJ Tunnell <tunnell2@illinois.edu>

    TJ Tunnell <tunnell2@illinois.edu> 19b272f918ec18efb0812cdf27e7e2139d7de4f6 m

    Added tests for ModuleFactory in new test class ModuleFactoryTest

    • api/src/main/java/org/openmrs/module/ModuleFactory.java (version 19b272f918ec18efb0812cdf27e7e2139d7de4f6)
    • api/src/test/java/org/openmrs/module/ModuleFactoryTest.java (version 19b272f918ec18efb0812cdf27e7e2139d7de4f6)
  • Wing Lam <wing.c.lam@gmail.com>

    Wing Lam <wing.c.lam@gmail.com> 697b695b6e692d64213cc3530c4e9232fc941537 m

    Added tests to org.openmrs.web.WebUtilTest. The tests are for org.openmrs.web.WebUtil.normalizeLocale to validate the arguments accepted by this method. The test normalizeLocale_shouldNotFailWithUnderline fails when testing the normalizeLocale method with the argument "_". However according to the comments of normalizeLocale, "_" is a valid argument. We have added a fix to org.openmrs.web.WebUtil#NormailizeLocale() so that org.openmrs.web.WebUtilTest.normalizeLocale_shouldNotFailWithUnderline now passes.

    • web/src/main/java/org/openmrs/web/WebUtil.java (version 697b695b6e692d64213cc3530c4e9232fc941537)
    • web/src/test/java/org/openmrs/web/WebUtilTest.java (version 697b695b6e692d64213cc3530c4e9232fc941537)