More details of the release in https://wiki.openmrs.org/x/i4DTAw
Build: #362 failed Changes by Darius Jazayeri <jazayeri@alum.mit.edu>
Test results
- 580 tests in total
- 4 tests failed
- 4 failures are new
- 6 minutes taken in total.
| Status | Test | View job | Duration | |
|---|---|---|---|---|
| Collapse |
DelimitedTextReportRendererTest
render_shouldWriteZipIfMoreThanOneDataSet
|
Default Job | < 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_shouldHaveSensibleDefaultIfNotSpecifiedAsDesignProperty
|
Default Job | < 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 |
ReportDesignRendererTest
getFilenameBase_shouldBeBasedOnDesignProperty
|
Default Job | < 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 |
HandlebarsHelpersTest
testFormatDate
|
Default Job | < 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...) |
||||