Build: #3289 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Job result summary

Completed
Duration
6 minutes
Revision
4d91ce886ebf1b1465efcd65bb2323d1a4560559 4d91ce886ebf1b1465efcd65bb2323d1a4560559
Total tests
33
Fixed in
#3290 (Code changes detected)

Tests

  • 33 tests in total
  • 2 tests failed
  • 2 failures are new
  • 52 seconds taken in total.
New test failures 2
Status Test Duration
Collapse Failed EditSectionPageControllerTest post_shouldNotVoidTheExistingAddressIfThereAreNoChanges History
< 1 sec
java.lang.NullPointerException
	at org.openmrs.module.registrationapp.page.controller.EditSectionPageController.post(EditSectionPageController.java:136)
	at org.openmrs.module.registrationapp.page.controller.EditSectionPageControllerTest.post_shouldNotVoidTheExistingAddressIfThereAreNoChanges(EditSectionPageControllerTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.internal.runners.TestMethod.invoke(TestMethod.java:68)
(30 more lines...)
Collapse Failed EditSectionPageControllerTest post_shouldVoidTheOldPersonAddressAndReplaceItWithANewOneWhenItIsEdited History
< 1 sec
java.lang.NullPointerException
	at org.openmrs.module.registrationapp.page.controller.EditSectionPageController.post(EditSectionPageController.java:136)
	at org.openmrs.module.registrationapp.page.controller.EditSectionPageControllerTest.post_shouldVoidTheOldPersonAddressAndReplaceItWithANewOneWhenItIsEdited(EditSectionPageControllerTest.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.internal.runners.TestMethod.invoke(TestMethod.java:68)
(30 more lines...)