Plan for the LegacyUI module

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Test results

  • 306 tests in total
  • 8 tests failed
  • 8 failures are new
  • 4 tests were quarantined / skipped
  • 56 seconds taken in total.
New test failures 8
Status Test View job Duration
Collapse Failed ConceptFormControllerTest shouldAddConceptWithAllNamingSpecified History
Default Job < 1 sec
java.lang.AssertionError
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertNotNull(Assert.java:621)
	at org.junit.Assert.assertNotNull(Assert.java:631)
	at org.openmrs.web.controller.ConceptFormControllerTest.shouldAddConceptWithAllNamingSpecified(ConceptFormControllerTest.java:356)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
(36 more lines...)
Collapse Failed ConceptFormControllerTest shouldUpdateConceptWithShortNameAlreadyInSynonymList History
Default Job < 1 sec
java.lang.AssertionError
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertNotNull(Assert.java:621)
	at org.junit.Assert.assertNotNull(Assert.java:631)
	at org.openmrs.web.controller.ConceptFormControllerTest.shouldUpdateConceptWithShortNameAlreadyInSynonymList(ConceptFormControllerTest.java:457)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
(36 more lines...)
Collapse Failed ConceptFormControllerTest shouldRemoveConceptAnswer History
Default Job < 1 sec
java.lang.AssertionError
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.openmrs.web.controller.ConceptFormControllerTest.shouldRemoveConceptAnswer(ConceptFormControllerTest.java:718)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
(35 more lines...)
Collapse Failed ConceptFormControllerTest shouldAddConceptWithNameAndShortNameSpecified History
Default Job < 1 sec
java.lang.AssertionError: expected:<1> but was:<0>
	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:555)
	at org.junit.Assert.assertEquals(Assert.java:542)
	at org.openmrs.web.controller.ConceptFormControllerTest.shouldAddConceptWithNameAndShortNameSpecified(ConceptFormControllerTest.java:217)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(37 more lines...)
Collapse Failed ConceptFormControllerTest shouldUpdateConceptWithNameAlreadyInSynonymList History
Default Job < 1 sec
java.lang.AssertionError
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertNotNull(Assert.java:621)
	at org.junit.Assert.assertNotNull(Assert.java:631)
	at org.openmrs.web.controller.ConceptFormControllerTest.shouldUpdateConceptWithNameAlreadyInSynonymList(ConceptFormControllerTest.java:408)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
(36 more lines...)
Collapse Failed ConceptProposalFormControllerTest onSubmit_shouldCreateASingleUniqueSynonymAndObsForAllSimilarProposals History
Default Job < 1 sec
org.openmrs.api.ValidationException: '5' failed to validate with reason: descriptions: Concept.description.atLeastOneRequired
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:78)
	at org.openmrs.api.impl.ConceptServiceImpl.mapConceptProposalToConcept(ConceptServiceImpl.java:733)
	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.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
(67 more lines...)
Collapse Failed DWRConceptServiceTest findConceptAnswers_shouldSearchForConceptAnswersInAllSearchLocales History
Default Job < 1 sec
org.openmrs.api.ValidationException: '22' failed to validate with reason: descriptions: Concept.description.atLeastOneRequired
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:78)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:124)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
(40 more lines...)
Collapse Failed DownloadDictionaryServletTest shouldPrintHeaderAndFormattedConceptLines History
Default Job < 1 sec
org.junit.ComparisonFailure: expected:<...r User" 5,"SINGLE","[Some description","SINGLE","","","Misc","N/A","","Super User" 6,"MARRIED","Some description]","MARRIED","","","M...> but was:<...r User" 5,"SINGLE","[","SINGLE","","","Misc","N/A","","Super User" 6,"MARRIED","]","MARRIED","","","M...>
org.junit.ComparisonFailure: expected:<...r User"
5,"SINGLE","[Some description","SINGLE","","","Misc","N/A","","Super User"
6,"MARRIED","Some description]","MARRIED","","","M...> but was:<...r User"
5,"SINGLE","[","SINGLE","","","Misc","N/A","","Super User"
6,"MARRIED","]","MARRIED","","","M...>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
(39 more lines...)
Skipped tests 4
Status Test Failing since View job
Skipped SchedulerFormControllerTest onSubmit_shouldNotRescheduleATaskIfTheStartTimeHasPassed History
Default Job
Skipped DWRPatientServiceTest findPatients_shouldLoggedInUserShouldLoadTheirOwnPatientObject History
Default Job
Skipped DWRPatientServiceTest findPatients_shouldGetResultsForPatientsThatHaveEditedThemselves History
Default Job
Skipped DWRProviderServiceTest findProviderCountAndProvider_shouldReturnTheCountOfAllProvidersMatchingTheSearchedNameAlongWithProviderList History
Default Job