OpenMRS Core Master

Build: #957 failed

Job: Build and Test failed

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Handle submission should display error message if question is not empty and answer is empty: Test case result

The below summarizes the result of the test "Handle submission should display error message if question is not empty and answer is empty" in build 957 of OpenMRS Core - OpenMRS Core Master - Build and Test. View test case history
Description
Handle submission should display error message if question is not empty and answer is empty
Test class
org.openmrs.web.controller.user.ChangePasswordFormControllerTest
Method
handleSubmission_shouldDisplayErrorMessageIfQuestionIsNotEmptyAndAnswerIsEmpty
Duration
< 1 sec
Status
Failed (Existing Failure)

Error Log

java.lang.IllegalArgumentException: Target object must not be null
	at org.springframework.util.Assert.notNull(Assert.java:112)
	at org.springframework.validation.BindException.<init>(BindException.java:65)
	at org.openmrs.web.controller.user.ChangePasswordFormControllerTest.handleSubmission_shouldDisplayErrorMessageIfQuestionIsNotEmptyAndAnswerIsEmpty(ChangePasswordFormControllerTest.java:152)