Builds and runs unit tests. More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #398 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Job result summary

Completed
Duration
4 minutes
Revision
b8c3c35385ad8b94e43c1a85de410898fdfaf8af b8c3c35385ad8b94e43c1a85de410898fdfaf8af
Total tests
972
Fixed in
#399 (Code changes detected)

Tests

  • 972 tests in total
  • 2 tests failed
  • 2 failures are new
  • 5 tests were quarantined / skipped
  • 3 minutes taken in total.
New test failures 2
Status Test Duration
Collapse Failed OrderController1_10Test shouldPlaceANewDrugOrder History
< 1 sec
org.junit.ComparisonFailure: expected:<[]Triomune-30: 300.0 m...> but was:<[NEW ]Triomune-30: 300.0 m...>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.openmrs.module.webservices.rest.web.v1_0.controller.openmrs1_10.OrderController1_10Test.shouldPlaceANewDrugOrder(OrderController1_10Test.java:196)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
(33 more lines...)
Collapse Failed OrderController1_10Test shouldSetDrugOrderDisplayWithoutDrug History
< 1 sec
org.junit.ComparisonFailure: expected:<[]ASPIRIN: Follow thes...> but was:<[NEW ]ASPIRIN: Follow thes...>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.openmrs.module.webservices.rest.web.v1_0.controller.openmrs1_10.OrderController1_10Test.shouldSetDrugOrderDisplayWithoutDrug(OrderController1_10Test.java:251)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
(33 more lines...)