Plan for OpenMRS Core 2.0.x

Build: #11 failed

Job: Build and Test failed

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Job result summary

Completed
Duration
8 minutes
Revision
6cb5171a68944c2d2de73d9d98a39b3f90d352fc 6cb5171a68944c2d2de73d9d98a39b3f90d352fc
Total tests
3135
Fixed in
#13 (Code changes detected)

Tests

  • 3,135 tests in total
  • 1 test failed
  • 1 failure is new
  • 32 tests were quarantined / skipped
  • 4 minutes taken in total.
New test failures 1
Status Test Duration
Collapse Failed ConceptValidatorTest validate_shouldFailIfCodedConceptContainsItselfAsAnAnswer History
< 1 sec
java.lang.AssertionError: expected:<true> but was:<false>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:743)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.openmrs.validator.ConceptValidatorTest.validate_shouldFailIfCodedConceptContainsItselfAsAnAnswer(ConceptValidatorTest.java:494)