Build: #3289 failed Changes by mgoodrich <mark.goodrich@live.com>

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Test results

  • 33 tests in total
  • 2 tests failed
  • 2 failures are new
  • 52 seconds taken in total.
New test failures 2
Status Test View job Duration
Collapse Failed EditSectionPageControllerTest post_shouldNotVoidTheExistingAddressIfThereAreNoChanges History
Default Job < 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
Default Job < 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...)