OpenMRS Core Master

Build: #1268 was successful Changes by Daniel Kayiwa

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Code commits

openmrs-core

  • Daniel Kayiwa

    Daniel Kayiwa 2687b9b92692f5cdbdb0c68d9d603f6f0ef514eb

    Merge pull request #1760 from winglam/formattest
    Adding tests for org.openmrs.util.Format in org.openmrs.util.FormatTeā€¦

  • Wing Lam <wing.c.lam@gmail.com>

    Wing Lam <wing.c.lam@gmail.com> 8cd6e8c0cc8e1f849c9016e44fa6da534d51d3b3 m

    Adding tests for org.openmrs.util.Format in org.openmrs.util.FormatTest. The added tests calls org.openmrs.util.Format.format with nulls and valid arguments. I have added documentation for org.openmrs.util.Format and null check for its parameters. The tests in org.openmrs.util.FormatTest now passes.

    • api/src/main/java/org/openmrs/util/Format.java (version 8cd6e8c0cc8e1f849c9016e44fa6da534d51d3b3)
    • api/src/test/java/org/openmrs/util/FormatTest.java (version 8cd6e8c0cc8e1f849c9016e44fa6da534d51d3b3)