Runs unit test and deploys artifacts to maven repo. More details of the release in https://wiki.openmrs.org/x/i4DTAw
Build: #3397 failed Changes by Wyclif Luyima and isears <isaac.j.sears@gmail.com>
Test results
- 55 tests in total
- 7 tests failed
- 7 failures are new
- 41 seconds taken in total.
| Status | Test | View job | Duration | |
|---|---|---|---|---|
| Collapse |
QuickVisitFragmentControllerTest
shouldCreateNewVisitWithVisitTypeAndMultipleVisitAttributes
|
Default Job | < 1 sec | |
Argument(s) are different! Wanted: Argument(s) are different! Wanted: httpSession.setAttribute( "emr.infoMessage", "Success message" ); -> at org.openmrs.module.coreapps.fragment.controller.visit.QuickVisitFragmentControllerTest.shouldCreateNewVisitWithVisitTypeAndMultipleVisitAttributes(QuickVisitFragmentControllerTest.java:223) Actual invocation has different arguments: httpSession.setAttribute( "emr.infoMessage", null ); -> at org.openmrs.module.coreapps.fragment.controller.visit.QuickVisitFragmentController.create(QuickVisitFragmentController.java:81)
Argument(s) are different! Wanted:
httpSession.setAttribute(
"emr.infoMessage",
"Success message"
);
-> at org.openmrs.module.coreapps.fragment.controller.visit.QuickVisitFragmentControllerTest.shouldCreateNewVisitWithVisitTypeAndMultipleVisitAttributes(QuickVisitFragmentControllerTest.java:223)
Actual invocation has different arguments:
(41 more lines...)
|
||||
| Collapse |
QuickVisitFragmentControllerTest
shouldUpdateVisitWithNewVisitAttributes
|
Default Job | < 1 sec | |
Argument(s) are different! Wanted: Argument(s) are different! Wanted: httpSession.setAttribute( "emr.infoMessage", "Success message" ); -> at org.openmrs.module.coreapps.fragment.controller.visit.QuickVisitFragmentControllerTest.shouldUpdateVisitWithNewVisitAttributes(QuickVisitFragmentControllerTest.java:324) Actual invocation has different arguments: httpSession.setAttribute( "emr.infoMessage", null ); -> at org.openmrs.module.coreapps.fragment.controller.visit.QuickVisitFragmentController.create(QuickVisitFragmentController.java:81)
Argument(s) are different! Wanted:
httpSession.setAttribute(
"emr.infoMessage",
"Success message"
);
-> at org.openmrs.module.coreapps.fragment.controller.visit.QuickVisitFragmentControllerTest.shouldUpdateVisitWithNewVisitAttributes(QuickVisitFragmentControllerTest.java:324)
Actual invocation has different arguments:
(41 more lines...)
|
||||
| Collapse |
QuickVisitFragmentControllerTest
shouldUpdateVisitWithExistingVisitAttributes
|
Default Job | < 1 sec | |
Argument(s) are different! Wanted: Argument(s) are different! Wanted: httpSession.setAttribute( "emr.infoMessage", "Success message" ); -> at org.openmrs.module.coreapps.fragment.controller.visit.QuickVisitFragmentControllerTest.shouldUpdateVisitWithExistingVisitAttributes(QuickVisitFragmentControllerTest.java:400) Actual invocation has different arguments: httpSession.setAttribute( "emr.infoMessage", null ); -> at org.openmrs.module.coreapps.fragment.controller.visit.QuickVisitFragmentController.create(QuickVisitFragmentController.java:81)
Argument(s) are different! Wanted:
httpSession.setAttribute(
"emr.infoMessage",
"Success message"
);
-> at org.openmrs.module.coreapps.fragment.controller.visit.QuickVisitFragmentControllerTest.shouldUpdateVisitWithExistingVisitAttributes(QuickVisitFragmentControllerTest.java:400)
Actual invocation has different arguments:
(41 more lines...)
|
||||
| Collapse |
QuickVisitFragmentControllerTest
shouldCreateNewVisitWithVisitType
|
Default Job | < 1 sec | |
Argument(s) are different! Wanted: Argument(s) are different! Wanted: httpSession.setAttribute( "emr.infoMessage", "Success message" ); -> at org.openmrs.module.coreapps.fragment.controller.visit.QuickVisitFragmentControllerTest.shouldCreateNewVisitWithVisitType(QuickVisitFragmentControllerTest.java:134) Actual invocation has different arguments: httpSession.setAttribute( "emr.infoMessage", null ); -> at org.openmrs.module.coreapps.fragment.controller.visit.QuickVisitFragmentController.create(QuickVisitFragmentController.java:81)
Argument(s) are different! Wanted:
httpSession.setAttribute(
"emr.infoMessage",
"Success message"
);
-> at org.openmrs.module.coreapps.fragment.controller.visit.QuickVisitFragmentControllerTest.shouldCreateNewVisitWithVisitType(QuickVisitFragmentControllerTest.java:134)
Actual invocation has different arguments:
(41 more lines...)
|
||||
| Collapse |
QuickVisitFragmentControllerTest
shouldUpdateVisitWithDifferentVisitType
|
Default Job | < 1 sec | |
Argument(s) are different! Wanted: Argument(s) are different! Wanted: httpSession.setAttribute( "emr.infoMessage", "Success message" ); -> at org.openmrs.module.coreapps.fragment.controller.visit.QuickVisitFragmentControllerTest.shouldUpdateVisitWithDifferentVisitType(QuickVisitFragmentControllerTest.java:265) Actual invocation has different arguments: httpSession.setAttribute( "emr.infoMessage", null ); -> at org.openmrs.module.coreapps.fragment.controller.visit.QuickVisitFragmentController.create(QuickVisitFragmentController.java:81)
Argument(s) are different! Wanted:
httpSession.setAttribute(
"emr.infoMessage",
"Success message"
);
-> at org.openmrs.module.coreapps.fragment.controller.visit.QuickVisitFragmentControllerTest.shouldUpdateVisitWithDifferentVisitType(QuickVisitFragmentControllerTest.java:265)
Actual invocation has different arguments:
(41 more lines...)
|
||||
| Collapse |
QuickVisitFragmentControllerTest
shouldCreateNewVisit
|
Default Job | < 1 sec | |
Argument(s) are different! Wanted: Argument(s) are different! Wanted: httpSession.setAttribute( "emr.infoMessage", "Success message" ); -> at org.openmrs.module.coreapps.fragment.controller.visit.QuickVisitFragmentControllerTest.shouldCreateNewVisit(QuickVisitFragmentControllerTest.java:85) Actual invocation has different arguments: httpSession.setAttribute( "emr.infoMessage", null ); -> at org.openmrs.module.coreapps.fragment.controller.visit.QuickVisitFragmentController.create(QuickVisitFragmentController.java:81)
Argument(s) are different! Wanted:
httpSession.setAttribute(
"emr.infoMessage",
"Success message"
);
-> at org.openmrs.module.coreapps.fragment.controller.visit.QuickVisitFragmentControllerTest.shouldCreateNewVisit(QuickVisitFragmentControllerTest.java:85)
Actual invocation has different arguments:
(41 more lines...)
|
||||
| Collapse |
QuickVisitFragmentControllerTest
shouldCreateNewVisitWithVisitTypeAndSingleVisitAttribute
|
Default Job | < 1 sec | |
Argument(s) are different! Wanted: Argument(s) are different! Wanted: httpSession.setAttribute( "emr.infoMessage", "Success message" ); -> at org.openmrs.module.coreapps.fragment.controller.visit.QuickVisitFragmentControllerTest.shouldCreateNewVisitWithVisitTypeAndSingleVisitAttribute(QuickVisitFragmentControllerTest.java:175) Actual invocation has different arguments: httpSession.setAttribute( "emr.infoMessage", null ); -> at org.openmrs.module.coreapps.fragment.controller.visit.QuickVisitFragmentController.create(QuickVisitFragmentController.java:81)
Argument(s) are different! Wanted:
httpSession.setAttribute(
"emr.infoMessage",
"Success message"
);
-> at org.openmrs.module.coreapps.fragment.controller.visit.QuickVisitFragmentControllerTest.shouldCreateNewVisitWithVisitTypeAndSingleVisitAttribute(QuickVisitFragmentControllerTest.java:175)
Actual invocation has different arguments:
(41 more lines...)
|
||||