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

Validate should fail if coded concept contains itself as an answer: Test case result

The below summarizes the result of the test "Validate should fail if coded concept contains itself as an answer" in build 11 of OpenMRS Core - OpenMRS Core 2.0.x - Build and Test. View test case history
Description
Validate should fail if coded concept contains itself as an answer
Test class
org.openmrs.validator.ConceptValidatorTest
Method
validate_shouldFailIfCodedConceptContainsItselfAsAnAnswer
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

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)