More details of the release in https://wiki.openmrs.org/x/i4DTAw
Build: #362 failed
Job: Default Job failed
Job result summary
- Completed
- Duration
- 7 minutes
- Revision
-
54b174ab6735c3cce7fb2fbd706bce81e0797628
54b174ab6735c3cce7fb2fbd706bce81e0797628 - Total tests
- 580
- Fixed in
- #363 (Code changes detected)
Tests
- 580 tests in total
- 4 tests failed
- 4 failures are new
- 6 minutes taken in total.
Status | Test | Duration | |
---|---|---|---|
Collapse |
DelimitedTextReportRendererTest
render_shouldWriteZipIfMoreThanOneDataSet
|
< 1 sec | |
java.lang.AssertionError: Expected: is "collision with tricky tough characters.csv" but: was "collision with tricky, tough characters.csv" java.lang.AssertionError: Expected: is "collision with tricky tough characters.csv" but: was "collision with tricky, tough characters.csv" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at org.junit.Assert.assertThat(Assert.java:865) at org.junit.Assert.assertThat(Assert.java:832) at org.openmrs.module.reporting.report.renderer.DelimitedTextReportRendererTest.render_shouldWriteZipIfMoreThanOneDataSet(DelimitedTextReportRendererTest.java:93) (35 more lines...) |
|||
Collapse |
ReportDesignRendererTest
getFilenameBase_shouldBeBasedOnDesignProperty
|
< 1 sec | |
java.lang.AssertionError: Expected: is "20140701-Test Report" but: was "Test Report_2014-07-07-091728" java.lang.AssertionError: Expected: is "20140701-Test Report" but: was "Test Report_2014-07-07-091728" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at org.junit.Assert.assertThat(Assert.java:865) at org.junit.Assert.assertThat(Assert.java:832) at org.openmrs.module.reporting.report.renderer.ReportDesignRendererTest.getFilenameBase_shouldBeBasedOnDesignProperty(ReportDesignRendererTest.java:48) (35 more lines...) |
|||
Collapse |
ReportDesignRendererTest
getFilenameBase_shouldHaveSensibleDefaultIfNotSpecifiedAsDesignProperty
|
< 1 sec | |
java.lang.AssertionError: Expected: is "Test Report_2014-07-01_18:30:15" but: was "Test Report_2014-07-07-091728" java.lang.AssertionError: Expected: is "Test Report_2014-07-01_18:30:15" but: was "Test Report_2014-07-07-091728" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at org.junit.Assert.assertThat(Assert.java:865) at org.junit.Assert.assertThat(Assert.java:832) at org.openmrs.module.reporting.report.renderer.ReportDesignRendererTest.getFilenameBase_shouldHaveSensibleDefaultIfNotSpecifiedAsDesignProperty(ReportDesignRendererTest.java:30) (35 more lines...) |
|||
Collapse |
HandlebarsHelpersTest
testFormatDate
|
< 1 sec | |
java.lang.NullPointerException at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:494) at org.openmrs.module.reporting.template.HandlebarsHelpers.formatDate(HandlebarsHelpers.java:74) at org.openmrs.module.reporting.template.HandlebarsHelpersTest.testFormatDate(HandlebarsHelpersTest.java:65) 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) (23 more lines...) |